PaletteEntry.Green Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the green intensity value for the palette entry.
Definition
Visual Basic Public Property Green As Byte C# public byte Green { get; set; } C++ public:
property unsigned char Green {
unsigned char get();
void set(unsigned char value);
}JScript public function get Green() : byte
public function set Green(byte);
Property Value
System.Byte
A Byte value that represents the green intensity for the palette entry.This property is read/write.