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