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)
パラメーター説明
newColorMatrixconst SharedPtr<ColorMatrix>&設定するカラー調整マトリックス
modeColorMatrixFlagカラー調整マトリックスの影響を受ける画像と色のタイプを指定します
ColorAdjustType色調整マトリックスが設定されるオブジェクトのタイプを指定します

参照