ImageAttributes.SetColorMatrix
SetColorMatrix(ColorMatrix)
デフォルト カテゴリの色調整マトリックスを設定します。
public void SetColorMatrix(ColorMatrix newColorMatrix)
パラメータ | タイプ | 説明 |
---|---|---|
newColorMatrix | ColorMatrix | 色調整マトリックス。 |
関連項目
- class ColorMatrix
- class ImageAttributes
- 名前空間 System.Drawing.Imaging
- 組み立て Aspose.Drawing
SetColorMatrix(ColorMatrix, ColorMatrixFlag)
デフォルト カテゴリの色調整マトリックスを設定します。
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags)
パラメータ | タイプ | 説明 |
---|---|---|
newColorMatrix | ColorMatrix | 色調整マトリックス。 |
flags | ColorMatrixFlag | の要素ColorMatrixFlagこれは、色調整マトリックスの影響を受ける画像と color のタイプを指定します。 |
関連項目
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- 名前空間 System.Drawing.Imaging
- 組み立て Aspose.Drawing
SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType)
指定したカテゴリの色調整マトリックスを設定します。
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type)
パラメータ | タイプ | 説明 |
---|---|---|
newColorMatrix | ColorMatrix | 色調整マトリックス。 |
mode | ColorMatrixFlag | の要素ColorMatrixFlagこれは、色調整マトリックスの影響を受ける画像と color のタイプを指定します。 |
type | ColorAdjustType | の要素ColorAdjustType色調整マトリックスが設定されている カテゴリを指定します。 |
関連項目
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- 名前空間 System.Drawing.Imaging
- 組み立て Aspose.Drawing