AdjustSaturationRef Method
Adjusts the saturation of a color.
public static void AdjustSaturationRef(
out ColorF ,
ref ColorF ,
System.float
)
'Declaration
Public Shared Sub AdjustSaturationRef( _
ByRef As ColorF, _
ByRef As ColorF, _
ByVal As System.Single _
)
Parameters
- result
- The adjusted color.
- value
- The color whose saturation is to be adjusted.
- saturation
- The amount by which to adjust the saturation.