public interface TermColor extends Term<Color>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TermColor.Keyword |
Term.Operator| Modifier and Type | Method and Description |
|---|---|
TermColor.Keyword |
getKeyword()
When the color was created using a special keyword such as 'transparent'
or 'currentColor', this method may be used to test this condition.
|
boolean |
isTransparent()
Checks whether the given color is entirely transparent.
|
getOperator, getValue, setOperator, setValue, shallowCloneTermColor.Keyword getKeyword()
TermColor.Keyword valueboolean isTransparent()
true when the color is entirely transparentCopyright © 2018. All rights reserved.