ImageAttributes.SetGamma

SetGamma(float)

デフォルト カテゴリのガンマ値を設定します。

public void SetGamma(float gamma)
パラメータタイプ説明
gammaSingleガンマ補正値。

関連項目


SetGamma(float, ColorAdjustType)

指定したカテゴリのガンマ値を設定します。

public void SetGamma(float gamma, ColorAdjustType type)
パラメータタイプ説明
gammaSingleガンマ補正値。
typeColorAdjustTypeの要素ColorAdjustType ガンマ値が設定されているカテゴリを指定する列挙。

関連項目