C#
VB
C++
Java
Gets or sets the number of blue entries in the Blue Palette ColorLookup Table.
public int BlueEntries { get; set; }
Public Property BlueEntries As Integer
public int getBlueEntries()
public void setBlueEntries(int value)
public:
property int BlueEntries {
int get();
void set ( int value);
}
Value that indicates the number of blue entries in the Blue Palette ColorLookup Table.