Webnote

Class ColorHSV

Object
   |
   +--ColorHSV

class ColorHSV


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


Field Summary
 Object h
          
 Object s
          
 Object v
          
 
Constructor Summary
ColorHSV (<Color> rgb)
            Create a new object to represent a color in HSV.
 
Method Summary
 ColorHSV adj(<int> h, <int> s, <int> v)
           Adjust the HSV values of the object.
 Color toColor()
           Convert the HSV value to RGB and return a Color object.
 String toString()
           A pretty way to write out the value of a HSV point.

Field Detail

h

Object h

s

Object s

v

Object v

Constructor Detail

ColorHSV

ColorHSV(<Color> rgb)

Method Detail

adj

ColorHSV adj(<int> h, <int> s, <int> v)

toColor

Color toColor()

toString

String toString()

Webnote

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