Searched refs:RasterContrast (Results 1 – 3 of 3) sorted by relevance
35 struct RasterContrast : PaintProperty<float> { struct53 RasterContrast,
217 return impl().paint.template get<RasterContrast>().value; in getRasterContrast()224 impl_->paint.template get<RasterContrast>().value = value; in setRasterContrast()231 impl_->paint.template get<RasterContrast>().options = options; in setRasterContrastTransition()236 return impl().paint.template get<RasterContrast>().options; in getRasterContrastTransition()
94 … uniforms::u_contrast_factor::Value{ contrastFactor(evaluated.get<RasterContrast>()) }, in render()