Color Args
data class ColorArgs(val brightness: Output<Double>? = null, val contrast: Output<Double>? = null, val saturation: Output<Double>? = null) : ConvertibleToJava<ColorArgs>
Color preprocessing configuration. Note: This configuration is not supported.