Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.ColorRgba Field

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the globally unique identifier (GUID) for an RGB color object that has an alpha component.

Definition

Visual Basic .NET Public Shared ColorRgba As Guid
C# public static Guid ColorRgba;
Managed C++ public: static Guid ColorRgba;
JScript .NET public static var ColorRgba : Guid

Field Value

System.Guid . A Guid Leave Site value that is used for an RGB color object that has alpha component templates in XFiles (.x files).

This field is read-only. 

Remarks

The following template is used for the face color in the material template definition.

              [C#]
              
template ColorRGBA { < 35FF44E0-6C7C-11cf-8F52-0040333594A3 > float red; float green; float blue; float alpha; }


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center