MAGCOLOREFFECT Structure 

MAGCOLOREFFECT Structure

Contains information about a color effect.

Syntax

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

Members

  • transform[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 Recoloring in the GDI+ documentation.

Structure Information

Header magnification.h
Minimum operating systems Windows Vista

See Also

MagSetColorEffect, MagGetColorEffect