ImageAttributes クラス (gdiplusimageattributes.h)
ImageAttributes オブジェクトには、レンダリング中にビットマップとメタファイルの色がどのように操作されるかに関する情報が含まれています。 ImageAttributes オブジェクトは、色調整マトリックス、グレースケール調整行列、ガンマ補正値、カラー マップ テーブル、色しきい値など、いくつかの色調整設定を保持します。
継承
ImageAttributes クラスは GdiplusBase を実装します。
メソッド
ImageAttributes クラスには、これらのメソッドがあります。
ImageAttributes::ClearBrushRemapTable ImageAttributes::ClearBrushRemapTable メソッドは、この ImageAttributes オブジェクトのブラシカラー再マップ テーブルをクリアします。 |
ImageAttributes::ClearColorKey ImageAttributes::ClearColorKey メソッドは、指定したカテゴリのカラー キー (透過性範囲) をクリアします。 |
ImageAttributes::ClearColorMatrices ImageAttributes::ClearColorMatrices メソッドは、指定したカテゴリの色調整行列とグレースケール調整マトリックスをクリアします。 |
ImageAttributes::ClearColorMatrix ImageAttributes::ClearColorMatrix メソッドは、指定したカテゴリの色調整マトリックスをクリアします。 |
ImageAttributes::ClearGamma ImageAttributes::ClearGamma メソッドは、指定されたカテゴリのガンマ補正を無効にします。 |
ImageAttributes::ClearNoOp ImageAttributes::ClearNoOp メソッドは、指定したカテゴリの NoOp 設定をクリアします。 |
ImageAttributes::ClearOutputChannel ImageAttributes::ClearOutputChannel メソッドは、指定されたカテゴリのシアン マゼンタイエローブラック (CMYK) 出力チャネル設定をクリアします。 |
ImageAttributes::ClearOutputChannelColorProfile ImageAttributes::ClearOutputChannelColorProfile メソッドは、指定したカテゴリの出力チャネルの色プロファイル設定をクリアします。 |
ImageAttributes::ClearRemapTable ImageAttributes::ClearRemapTable メソッドは、指定したカテゴリのカラー 再マップ テーブルをクリアします。 |
ImageAttributes::ClearThreshold ImageAttributes::ClearThreshold メソッドは、指定されたカテゴリのしきい値をクリアします。 |
ImageAttributes::Clone ImageAttributes::Clone メソッドは、この ImageAttributes オブジェクトのコピーを作成します。 |
ImageAttributes::GetAdjustedPalette ImageAttributes::GetAdjustedPalette メソッドは、指定したカテゴリの調整設定に従ってパレットの色を調整します。 |
ImageAttributes::GetLastStatus ImageAttributes::GetLastStatus メソッドは、この ImageAttributes オブジェクトの最新のメソッドエラーの性質を示す値を返します。 |
ImageAttributes::ImageAttributes ImageAttributes::ImageAttributes オブジェクトを作成します。 これは既定のコンストラクターです。 (ImageAttributes.ImageAttributes) |
ImageAttributes::ImageAttributes ImageAttributes::ImageAttributes オブジェクトを作成します。 これは既定のコンストラクターです。 (オーバーロード 2/3) |
ImageAttributes::ImageAttributes ImageAttributes::ImageAttributes オブジェクトを作成します。 これは既定のコンストラクターです。 (オーバーロード 1/3) |
ImageAttributes::Reset ImageAttributes::Reset メソッドは、指定されたカテゴリのすべての色調整とグレースケール調整設定をクリアします。 |
ImageAttributes::SetBrushRemapTable ImageAttributes::SetBrushRemapTable メソッドは、ブラシ カテゴリのカラー 再マップ テーブルを設定します。 |
ImageAttributes::SetColorKey ImageAttributes::SetColorKey メソッドは、指定したカテゴリのカラー キー (透明度の範囲) を設定します。 |
ImageAttributes::SetColorMatrices ImageAttributes::SetColorMatrices メソッドは、指定したカテゴリの色調整マトリックスとグレースケール調整マトリックスを設定します。 |
ImageAttributes::SetColorMatrix ImageAttributes::SetColorMatrix メソッドは、指定したカテゴリの色調整マトリックスを設定します。 |
ImageAttributes::SetGamma ImageAttributes::SetGamma メソッドは、指定したカテゴリのガンマ値を設定します。 |
ImageAttributes::SetNoOp ImageAttributes::SetNoOp メソッドは、指定したカテゴリの色調整をオフにします。 ImageAttributes::ClearNoOp を呼び出して、ImageAttributes::SetNoOp の呼び出し前に設定されていた色調整設定を元に戻すことができます。 |
ImageAttributes::SetOutputChannel ImageAttributes::SetOutputChannel メソッドは、指定されたカテゴリの CMYK 出力チャネルを設定します。 |
ImageAttributes::SetOutputChannelColorProfile ImageAttributes::SetOutputChannelColorProfile メソッドは、指定したカテゴリの出力チャネルカラー プロファイル ファイルを設定します。 |
ImageAttributes::SetRemapTable ImageAttributes::SetRemapTable メソッドは、指定したカテゴリのカラー 再マップ テーブルを設定します。 |
ImageAttributes::SetThreshold ImageAttributes::SetThreshold メソッドは、指定されたカテゴリのしきい値 (透過性範囲) を設定します。 |
ImageAttributes::SetToIdentity ImageAttributes::SetToIdentity メソッドは、指定したカテゴリの色調整行列を ID 行列に設定します。 |
ImageAttributes::SetWrapMode ImageAttributes::SetWrapMode メソッドは、この ImageAttributes オブジェクトのラップ モードを設定します。 |
解説
イメージ内の色は、レンダリング中に操作できます。 修正、暗く、明るく、削除することができます。 このような操作を適用するには、 ImageAttributes オブジェクトを初期化し、その ImageAttributes オブジェクトのアドレス ( Image オブジェクトのアドレスと共に) を Graphics::D rawImage メソッドに 渡します。
必要条件
対象プラットフォーム | Windows |
ヘッダー | gdiplusimageattributes.h |