Type Alias RasterPaintProps
type RasterPaintProps = {
"raster-brightness-max": DataConstantProperty<number>;
"raster-brightness-min": DataConstantProperty<number>;
"raster-contrast": DataConstantProperty<number>;
"raster-fade-duration": DataConstantProperty<number>;
"raster-hue-rotate": DataConstantProperty<number>;
"raster-opacity": DataConstantProperty<number>;
"raster-resampling": DataConstantProperty<"linear" | "nearest">;
"raster-saturation": DataConstantProperty<number>;
resampling: DataConstantProperty<"linear" | "nearest">;
}
"raster-brightness-max": DataConstantProperty<number>;
"raster-brightness-min": DataConstantProperty<number>;
"raster-contrast": DataConstantProperty<number>;
"raster-fade-duration": DataConstantProperty<number>;
"raster-hue-rotate": DataConstantProperty<number>;
"raster-opacity": DataConstantProperty<number>;
"raster-resampling": DataConstantProperty<"linear" | "nearest">;
"raster-saturation": DataConstantProperty<number>;
resampling: DataConstantProperty<"linear" | "nearest">;
}
Was this helpful?