public static interface ColorItemReal.RGB255 extends ColorItemReal
RGB255Color
.ColorItemReal.Gray, ColorItemReal.HSB, ColorItemReal.RGB01, ColorItemReal.RGB255, ColorItemReal.Web
Modifier and Type | Method and Description |
---|---|
default void |
rgb255(int red,
int green,
int blue)
Build and register a
RGB255Color ColorParams . |
default void |
rgb255(int red,
int green,
int blue,
double opacity)
Build and register a
RGB255Color ColorParams . |
builder
default void rgb255(int red, int green, int blue, double opacity)
RGB255Color
ColorParams
.red
- the red component [0-255]green
- the green component [0-255]blue
- the blue component [0-255]opacity
- the color opacity [0.0-1.0]default void rgb255(int red, int green, int blue)
RGB255Color
ColorParams
.red
- the red component [0-255]green
- the green component [0-255]blue
- the blue component [0-255]Copyright © 2011–2016 JRebirth OSS. All rights reserved.