Webnote

Class Color

Object
   |
   +--Color

class Color


A class representing a color as RGB values.
Defined in objects.js


Field Summary
 int b
          
 int g
          
 int r
          
 
Constructor Summary
Color (<String> value)
            Create a new object to represent a color as RGB values.
 
Method Summary
 Color hsvadj(<float> h, <float> s, <float> v)
           Adjust the HSV values of the color.
 String toString()
           Convert the object to a string of the form #ffffff

Field Detail

b

int b

g

int g

r

int r

Constructor Detail

Color

Color(<String> value)

Method Detail

hsvadj

Color hsvadj(<float> h, <float> s, <float> v)

toString

String toString()

Webnote

Documentation generated by JSDoc on Tue May 24 23:13:22 2005