| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Method and Description |
|---|---|
TermColor |
TermFactory.createColor(int r,
int g,
int b) |
TermColor |
TermFactory.createColor(String hash) |
TermColor |
TermFactory.createColor(TermFunction function) |
TermColor |
TermFactory.createColor(TermIdent ident) |
| Modifier and Type | Class and Description |
|---|---|
class |
TermColorImpl
TermColor
TODO: Clipping should be done against devices gamut
|
| Modifier and Type | Method and Description |
|---|---|
TermColor |
TermFactoryImpl.createColor(int r,
int g,
int b) |
TermColor |
TermFactoryImpl.createColor(int r,
int g,
int b,
int a) |
TermColor |
TermFactoryImpl.createColor(String hash) |
TermColor |
TermFactoryImpl.createColor(TermFunction function) |
TermColor |
TermFactoryImpl.createColor(TermIdent ident) |
static TermColor |
TermColorImpl.getColorByFunction(TermFunction func)
Creates color from
rgb() function. |
static TermColor |
TermColorImpl.getColorByHash(String hash)
Creates color from string in form #ABC or #AABBCC, or
just simply ABC and AABBCC.
|
static TermColor |
TermColorImpl.getColorByIdent(TermIdent ident)
Checks indent value against color card.
|
static TermColor |
ColorCard.getTermColor(String name)
Return color by its name
|
Copyright © 2014. All rights reserved.