WICRawToneCurvePoint 構造体 (wincodec.h)
生画像のトーンカーブポイントを表します。
構文
typedef struct WICRawToneCurvePoint {
double Input;
double Output;
} WICRawToneCurvePoint;
メンバー
Input
型: double
トーンカーブ入力。
Output
型: double
トーンカーブ出力。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | WINDOWS XP と SP2、Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | wincodec.h |