| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
| Constructor Summary | |
|---|---|
APE.color.ColorHSV(h, s, v)
|
|
| Method Summary | |
|---|---|
ColorRGB
|
toRGB()
|
String
|
toString()
|
| Constructor Detail |
|---|
APE.color.ColorHSV(h, s, v)
uint h - hue: 0-360
uint s - hue: 0-1
uint v - hue: 0-1
| Method Detail |
|---|
ColorRGB toRGB()
ColorRGB Converts to other colorspace.
this.toRGB().toHSV() should return an equivalent color
String toString()
String helpful debugging info.