C#
Objective-C
C++
Java
public int GreenFirst { get; set; }
@property (nonatomic, assign) NSUInteger greenFirst;
public int getGreenFirst()
public void setGreenFirst(int value)
public:
property int GreenFirst {
int get();
void set ( int value);
}
Value that indicates the first value in the Green Palette Color Lookup Table.