_D3DCOLORVALUE structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Describes ... TBD

Syntax

typedef struct _D3DCOLORVALUE {
  float r;
  float g;
  float b;
  float a;
} D3DCOLORVALUE;

Members

  • r
    Specifies a float that ... TBD

  • g
    Specifies a float that ... TBD

  • b
    Specifies a float that ... TBD

  • a
    Specifies a float that ... TBD

Remarks

Use this structure with ... TBD

Requirements

Header

Dxgitype.h