C#
VB
C++
Java
Gets or sets the number of bits per entry in the Red Palette Color Lookup Table.
public int RedBits { get; set; }
Public Property RedBits As Integer
public int getRedBits()
public void setRedBits(int value)
public:
property int RedBits {
int get();
void set ( int value);
}
Value that indicates the number of bits per entry in the Red Palette Color Lookup Table. Either 8 or 16.