public AlphaView() { color = 0xffffffff; red = 0xff; green = 0xff; blue = 0xff; alpha = 0xff; inst = this; }
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; }