ImageAppearance
ImageAppearance class
Image Signature の拡張外観機能について説明します。
public class ImageAppearance : SignatureAppearance
コンストラクター
名前 | 説明 |
---|---|
ImageAppearance() | デフォルト値でインスタンスを作成します。 |
プロパティ
名前 | 説明 |
---|---|
Brightness { get; set; } | 画像の明るさを取得または設定します。 デフォルト値は 1 で、画像の元の明るさに対応します。 |
Contrast { get; set; } | 画像のコントラストを取得または設定します。 デフォルト値は 1 で、画像の元のコントラストに対応します。 |
GammaCorrection { get; set; } | 画像のガンマを取得または設定します。 デフォルト値は 1 で、画像の元のガンマに対応します。 |
Grayscale { get; set; } | グレースケール フィルタが必要な場合は、このフラグを true に設定します。 |