DXSAMPLE Structure

Describes a 32-bit pixel format, consisting of relative intensities of red, green, blue, and alpha.

Syntax

typedef struct DXSAMPLE
{
    BYTE Blue;
    BYTE Green;
    BYTE Red; 
    BYTE Alpha;
} DXSAMPLE;

Members

Blue
Value that specifies the intensity of blue in the color.
Green
Value that specifies the intensity of green in the color.
Red
Value that specifies the intensity of red in the color.
Alpha
Value that specifies the alpha channel in the color.

See Also

DXBASESAMPLE, DXPMSAMPLE


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.