Color.WithSaturation

Color.WithSaturation method

Creates copy of the Color with specified saturation.

public Color WithSaturation(float saturation)
ParameterTypeDescription
saturationSingleValue of saturation.

Return Value

>A new instance of the Color class.

See Also