public interface CSSColorComponentValue
| Modifier and Type | Method and Description |
|---|---|
float |
getAlpha() |
short |
getBlue() |
short |
getGreen() |
short |
getRed() |
void |
setAlpha(float alpha) |
void |
setBlue(short blue) |
void |
setGreen(short green) |
void |
setRed(short red) |
Copyright © 2016. All Rights Reserved.