ColorValue.Green Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the green value of the current color.
Definition
Visual Basic Public Property Green As Single C# public float Green { get; set; } C++ public:
property float Green {
float get();
void set(float value);
}JScript public function get Green() : float
public function set Green(float);
Property Value
System.Single
A Single value that represents the green value of the current color.This property is read/write.