ColorValue.ColorValue Constructor
|
Language: |
Initializes a new instance of the ColorValue structure.
Definition
Visual Basic |
Public Sub New( _ ByVal r As Single, _ ByVal g As Single, _ ByVal b As Single, _ ByVal a As Single _ ) |
C# |
public ColorValue( float r, float g, float b, float a ); |
C++ |
public: ColorValue( float r, float g, float b, float a ); |
JScript |
public function ColorValue( r : float, g : float, b : float, a : float ); |
Parameters
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center