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