Share via


DDARGB (Windows Embedded CE 6.0)

1/6/2010

This structure contains a color representation with four channels - red, green, blue, and alpha.

Syntax

typedef struct _DDARGB{
  BYTE blue;
  BYTE green;
  BYTE red;
  BYTE alpha;
} DDARGB, *LPDDARGB;

Members

  • blue
    Byte value indicating the blue intensity of the color.
  • green
    Byte value indicating the green intensity of the color.
  • red
    Byte value indicating the red intensity of the color.
  • alpha
    Byte value indicating the alpha intensity of the color. A value of 0 indicates the color is fully transparent, and a value of 255 indicates the color is fully opaque.

Requirements

Header ddraw.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

DirectDraw Structures