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