Example #1
0
 public PaletteEntry(int index, Color color)
 {
     _color = color;
     _type = PaletteColourType.Background;
     _index = index;
 }
Example #2
0
 public PaletteEntry(int index, Color color)
 {
     _color = color;
     _type  = PaletteColourType.Background;
     _index = index;
 }