public class Color
extends java.lang.Object
implements java.io.Serializable
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
| Modifier and Type | Field and Description |
|---|---|
float |
blue
range goes from 0 to 1.0 (0=black)
|
float |
green
range goes from 0 to 1.0 (0=black)
|
float |
red
range goes from 0 to 1.0 (0=black)
|
float |
transparency
range goes from 0 to 1.0 (0=transparent)
|
| Constructor and Description |
|---|
Color(float red,
float green,
float blue,
float transp) |