public ColorCellAccessibleObject(ColorEditor.ColorPalette.ColorPaletteAccessibleObject parent, Color color, int cell)
 {
     this.color = color;
     this.parent = parent;
     this.cell = cell;
 }
Exemple #2
0
 public ColorCellAccessibleObject(ColorEditor.ColorPalette.ColorPaletteAccessibleObject parent, Color color, int cell)
 {
     this.color  = color;
     this.parent = parent;
     this.cell   = cell;
 }