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