Share via


PaletteEntry.Red Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the red intensity value for the palette entry.

Definition

Visual Basic Public Property Red As Byte
C# public byte Red { get; set; }
C++ public:
property unsigned char Red {
        unsigned char get();
        void set(unsigned char value);
}
JScript public function get Red() : byte
public function set Red(byte);

Property Value

System.Byte
A ByteLeave Site value that represents the red intensity for the palette entry.

This property is read/write.