C#
Objective-C
C++/CLI
Java
public int BlueFirst { get; set; }
@property (nonatomic, assign) NSUInteger blueFirst;
public int getBlueFirst()
public void setBlueFirst(int value)
public:
property int BlueFirst {
int get();
void set ( int value);
}
Value that indicates the first value in the Blue Palette Color Lookup Table.