ImageAttributes.SetGamma
SetGamma(float)
デフォルト カテゴリのガンマ値を設定します。
public void SetGamma(float gamma)
パラメータ | タイプ | 説明 |
---|---|---|
gamma | Single | ガンマ補正値。 |
関連項目
- class ImageAttributes
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
SetGamma(float, ColorAdjustType)
指定したカテゴリのガンマ値を設定します。
public void SetGamma(float gamma, ColorAdjustType type)
パラメータ | タイプ | 説明 |
---|---|---|
gamma | Single | ガンマ補正値。 |
type | ColorAdjustType | の要素ColorAdjustType ガンマ値が設定されているカテゴリを指定する列挙。 |
関連項目
- enum ColorAdjustType
- class ImageAttributes
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD