Example #1
0
 public AlphaView()
 {
     color = 0xffffffff;
     red = 0xff;
     green = 0xff;
     blue = 0xff;
     alpha = 0xff;
     inst = this;
 }
Example #2
0
 public AlphaView()
 {
     color = 0xffffffff;
     red   = 0xff;
     green = 0xff;
     blue  = 0xff;
     alpha = 0xff;
     inst  = this;
 }
Example #3
0
 public ClickEventHandler()
 {
     colorSpectrum = ColorSpectrum.Inst;
     colorBrightness = ColorBrightness.Inst;
     colorSaturation = ColorSaturation.Inst;
     colorSquare = ColorSquare.Inst;
     colorViewHandler = ColorView.Inst;
     colorCodeHandler = ColorCode.Inst;
     alphaColorCodeHandler = AColorCode.Inst;
     colorScalesHandler = ColorScales.Inst;
     alphaView = AlphaView.Inst;
     inst = this;
 }
Example #4
0
 public ClickEventHandler()
 {
     colorSpectrum         = ColorSpectrum.Inst;
     colorBrightness       = ColorBrightness.Inst;
     colorSaturation       = ColorSaturation.Inst;
     colorSquare           = ColorSquare.Inst;
     colorViewHandler      = ColorView.Inst;
     colorCodeHandler      = ColorCode.Inst;
     alphaColorCodeHandler = AColorCode.Inst;
     colorScalesHandler    = ColorScales.Inst;
     alphaView             = AlphaView.Inst;
     inst = this;
 }