Class Colors.prototype

Object
   |
   +--Colors.prototype

class Colors.prototype

 
Method Summary
 Object hsl_to_rgb( h, s, l )
          
 Object hsv_to_rgb( h, s, v )
          
 void hue_to_rgb(h)
          
 Object mix_rgb(c_1, c_2, m)
          
 Object rgb_c_to_hex_c(c)
          
 Object rgb_to_hex_c(c_arr)
          
 Object rgb_to_hsl( r, g, b )
          
 Object rgb_to_hsv( r, g, b )
          


Method Detail

hsl_to_rgb

Object hsl_to_rgb( h, s, l )

hsv_to_rgb

Object hsv_to_rgb( h, s, v )

hue_to_rgb

void hue_to_rgb(h)

mix_rgb

Object mix_rgb(c_1, c_2, m)

rgb_c_to_hex_c

Object rgb_c_to_hex_c(c)

rgb_to_hex_c

Object rgb_to_hex_c(c_arr)

rgb_to_hsl

Object rgb_to_hsl( r, g, b )

rgb_to_hsv

Object rgb_to_hsv( r, g, b )


Documentation generated by JSDoc on Thu Oct 30 18:01:10 2008