:: com :: sun :: star :: rendering ::
|
unpublished |
struct ARGBColor |
|
|
|
- Usage Restrictions
- not published
- Description
- ARGB color quad
|
Elements' Summary |
Alpha |
Alpha component. |
Red |
Red component. Valid range is [0,1.0] |
Green |
Green component. Valid range is [0,1.0] |
Blue |
Blue component. Valid range is [0,1.0] |
Elements' Details |
Alpha
ColorComponent Alpha;
- Description
- Alpha component.
Valid range is [0,1.0], with 0.0 denoting fully transparent,
and 1.0 fully opaque.
|
|
Red
|
Green
ColorComponent Green;
- Description
- Green component. Valid range is [0,1.0]
|
|
Blue
ColorComponent Blue;
- Description
- Blue component. Valid range is [0,1.0]
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.