C#
Objective-C
C++/CLI
Java
public int BlueBits { get; set; }
@property (nonatomic, assign) NSUInteger blueBits;
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.