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