Adjusts the contrast of a color.
シンタックス
'宣言
Public Shared Function AdjustContrast( _
ByVal As ColorF, _
ByVal As System.Single _
) As ColorF
public static ColorF AdjustContrast(
ColorF ,
System.float
)
パラメータ
- value
- The color whose contrast is to be adjusted.
- contrast
- The amount by which to adjust the contrast.
戻り値の型
The adjusted color.
参照