In This Topic
Adjusts the contrast of a color.
Syntax
'Declaration
Public Shared Function AdjustContrast( _
ByVal As ColorF, _
ByVal As System.Single _
) As ColorF
public static ColorF AdjustContrast(
ColorF ,
System.float
)
Parameters
- value
- The color whose contrast is to be adjusted.
- contrast
- The amount by which to adjust the contrast.
Return Value
The adjusted color.
See Also