C#
Objective-C
C++/CLI
Java
public int RedFirst { get; set; }
@property (nonatomic, assign) NSUInteger redFirst;
public int getRedFirst()
public void setRedFirst(int value)
public:
property int RedFirst {
int get();
void set ( int value);
}
Value that indicates the first value in the Red Palette Color Lookup Table.