public static interface ColorItemReal.Web extends ColorItemReal
WebColor
.ColorItemReal.Gray, ColorItemReal.HSB, ColorItemReal.RGB01, ColorItemReal.RGB255, ColorItemReal.Web
Modifier and Type | Method and Description |
---|---|
default void |
web(String hex)
Build and register a
WebColor ColorParams . |
default void |
web(String hex,
double opacity)
Build and register a
WebColor ColorParams . |
builder
default void web(String hex, double opacity)
WebColor
ColorParams
.hex
- the hexadecimal value [0-9A-F]{6} (without 0x or #)opacity
- the color opacity [0.0-1.0]default void web(String hex)
WebColor
ColorParams
.hex
- the hexadecimal value [0-9A-F]{6} (without 0x or #)Copyright © 2011–2016 JRebirth OSS. All rights reserved.