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