ComponentOne Bitmap for UWP
AdjustContrastRef Method

C1.UWP.DX 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.
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 _
) 
public static void AdjustContrastRef( 
   out ColorF result,
   ref ColorF value,
   System.float contrast
)

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

Reference

ColorF Structure
ColorF Members