D3DMCOLOR_RGBA (Windows CE 5.0)

Send Feedback

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

#define D3DMCOLOR_RGBA(r,g,b,a) D3DMCOLOR_ARGB(a,r,g,b)

Parameters

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

Requirements

OS Versions: Windows CE 5.0 and later.
Header: D3dmtypes.h.

See Also

Direct3D Mobile Macros | D3DMCOLOR_ARGB

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.