次の方法で共有


COLORSPACE_TRANSFORM_3x4構造体 (ntddvdeo.h)

3x4 情報のカラースペース変換が含まれます。

構文

typedef struct _COLORSPACE_TRANSFORM_3x4 {
  float          ColorMatrix3x4[3][4];
  float          ScalarMultiplier;
  GAMMA_RAMP_RGB LookupTable1D[4096];
} COLORSPACE_TRANSFORM_3x4, *PCOLORSPACE_TRANSFORM_3x4;

メンバー

ColorMatrix3x4[3]

カラー マトリックス 3 x 4。

ScalarMultiplier

スカラー乗数。

LookupTable1D[4096]

1D 参照テーブル。

要件

要件
サポートされている最小のクライアント Windows 10 バージョン 1903
Header ntddvdeo.h