MAGCOLOREFFECT structure (magnification.h)

Describes a color transformation matrix that a magnifier control uses to apply a color effect to magnified screen content.

Syntax

typedef struct tagMAGCOLOREFFECT {
  float transform[5][5];
} MAGCOLOREFFECT, *PMAGCOLOREFFECT;

Members

transform[5]

Type: float [5] [5]

The color transformation matrix.

Remarks

The values in the matrix are for red, blue, green, alpha, and color translation. For more information, see Using a Color Matrix to Transform a Single Color in the Windows GDI+ documentation.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header magnification.h

See also

MagGetColorEffect

MagSetColorEffect