public interface ColorItemReal extends ColorItem
Color
.Modifier and Type | Interface and Description |
---|---|
static interface |
ColorItemReal.Gray
The interface Gray provides shortcuts method used to build and register a
GrayColor . |
static interface |
ColorItemReal.HSB
The interface HSB provides shortcuts method used to build and register a
HSBColor . |
static interface |
ColorItemReal.RGB01
The interface RGB01 provides shortcuts method used to build and register a
RGB01Color . |
static interface |
ColorItemReal.RGB255
The interface RGB255 provides shortcuts method used to build and register a
RGB255Color . |
static interface |
ColorItemReal.Web
The interface Web provides shortcuts method used to build and register a
WebColor . |
Modifier and Type | Method and Description |
---|---|
default ResourceBuilder<ColorItem,ColorParams,Color> |
builder()
Return the resource builder.
|
default ResourceBuilder<ColorItem,ColorParams,Color> builder()
builder
in interface ResourceItem<ColorItem,ColorParams,Color>
Copyright © 2011–2016 JRebirth OSS. All rights reserved.