C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / ColorF Structure / AdjustContrastRef Method
The adjusted color.
The color whose contrast is to be adjusted.
The amount by which to adjust the contrast.

In This Topic
AdjustContrastRef Method
In This Topic
Adjusts the contrast of a color.
Syntax
'Declaration
 
Public Shared Sub AdjustContrastRef( _
   ByRef result As ColorF, _
   ByRef value As ColorF, _
   ByVal contrast As System.Single _
) 
 

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