|
1 |
this(color.getRed(), color.getGreen(), color.getBlue());
|
|
2 |
color.getBlue(),
|
|
3 |
private final Color transparent = new Color(currcolor.getRed(), currcolor.getGreen(), currcolor.getBlue(), 30);
|
|
4 |
return new Color(color.getRed(), color.getGreen(), color.getBlue(), (int) (alpha * 255));
|
|
5 |
_color.getBlue() + ", " + _color.getGreen();
|
|
6 |
color = new Color(c.getRed(), c.getGreen(), c.getBlue());
|
|
7 |
return color.getRed()+", "+ color.getGreen() + ", " + color.getBlue();
|
|
8 |
Recorder.record("setForegroundColor", c.getRed(), c.getGreen(), c.getBlue());
|
|
9 |
int b = minMax(toAdjust.getBlue() + amount);
|
|
10 |
String res = ""+c.getRed()+","+c.getGreen()+","+c.getBlue();
|
|
11 |
xml.append(BLUE).append("=\"").append(color.getBlue());
|
|
12 |
int b = c.getBlue();
|
|
13 |
float[] hsv = Color.RGBtoHSB(input.getRed(), input.getGreen(), input.getBlue(), null);
|
|
14 |
new FloatValue(CSSPrimitiveValue.CSS_NUMBER, sc.getBlue()));
|
|
15 |
bg.getBlue() + (fg.getBlue() - bg.getBlue())/2);
|
|
16 |
m_mTab.setValue("Blue" + add, new BigDecimal(c.getBlue()));
|
|
17 |
+ color.getBlue() + ")";
|
|
18 |
(2 * selectColor.getBlue() + selectHighlight.getBlue()) / 3);
|
|
19 |
if (c.getRed() + c.getBlue() + c.getGreen() > 255 * 3 / 2)
|
|
20 |
((ColorCommand)temp).C = new Color(newc.getRed(),newc.getGreen(),newc.getBlue());
|