System::Drawing::Imaging::ImageAttributes::SetColorMatrix メソッド
ImageAttributes::SetColorMatrix method
カラー調整行列を設定します。
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
| パラメーター | 型 | 説明 |
|---|---|---|
| newColorMatrix | const SharedPtr<ColorMatrix>& | 設定するカラー調整マトリックス |
| mode | ColorMatrixFlag | カラー調整マトリックスの影響を受ける画像と色のタイプを指定します |
| 型 | ColorAdjustType | 色調整マトリックスが設定されるオブジェクトのタイプを指定します |
参照
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++