D3DMCOLOR_XRGB

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This macro converts unsigned 8-bit-per-channel color values to a D3DMCOLOR value.

Syntax

#define D3DMCOLOR_XRGB(r,g,b)   D3DMCOLOR_ARGB(0xff,r,g,b)

Parameters

  • r
    Value for the red color component.
  • g
    Value for the green color component.
  • b
    Value for the blue color component.

Requirements

Header d3dmtypes.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Direct3D Mobile Macros