C#
VB
C++
Java
Gets or sets the first value in the Red Palette Color Lookup Table.
public int RedFirst { get; set; }
Public Property RedFirst As Integer
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.