Color
with JRebirth Resource Engine.See: Description
Interface | Description |
---|---|
ColorEnum |
The interface ColorEnum should be inherited by any Enumeration that want to manage
Color . |
ColorItemReal |
The interface ColorItemReal used to provided convenient shortcuts for initializing a
Color . |
ColorItemReal.Gray |
The interface Gray provides shortcuts method used to build and register a
GrayColor . |
ColorItemReal.HSB |
The interface HSB provides shortcuts method used to build and register a
HSBColor . |
ColorItemReal.RGB01 |
The interface RGB01 provides shortcuts method used to build and register a
RGB01Color . |
ColorItemReal.RGB255 |
The interface RGB255 provides shortcuts method used to build and register a
RGB255Color . |
ColorItemReal.Web |
The interface Web provides shortcuts method used to build and register a
WebColor . |
Class | Description |
---|---|
AbstractBaseColor |
The class AbstractBaseColor is the base class for other
ColorParams classes. |
ColorBuilder |
The class ColorBuilder is used to build
Color instance and store them with weak references. |
ColorItemBase |
The class ColorItemBase provides a simple constructor used to build a
ColorItem usable from anywhere. |
GrayColor |
The class GrayColor is used to create a Gray Color.
|
HSBColor |
The class HSBColor used to create an HSB color.
|
RGB01Color |
The interface RGB01Color.
|
RGB255Color |
The interface RGB255Color.
|
WebColor |
The class WebColor used to create a Web Color.
|
Enum | Description |
---|---|
AppColors |
The class AppColors hold all colors used by default.
|
Color
with JRebirth Resource Engine.Copyright © 2011–2016 JRebirth OSS. All rights reserved.