[HSVClass] element index
All elements
c
g
h
m
s
c
top
changeBrightness
HSVClass::changeBrightness()
in HSVClass.php
Alters the brightness of the current color
changeHue
HSVClass::changeHue()
in HSVClass.php
Alters the hue of the current color
changeSaturation
HSVClass::changeSaturation()
in HSVClass.php
Alters the saturation of the current color
convertHSVtoRGB
convertHSVtoRGB()
in HSVClass.php
Converts HSV to RGB
convertHSVtoRGBString
convertHSVtoRGBString()
in HSVClass.php
Convert HSV to RGB String
convertRGBtoHSV
convertRGBtoHSV()
in HSVClass.php
Converts RGB to HSV
g
top
getHSV
HSVClass::getHSV()
in HSVClass.php
Returns an array containing the hue, saturation and brightness
getRGB
HSVClass::getRGB()
in HSVClass.php
Returns array of the current color
getRGBString
HSVClass::getRGBString()
in HSVClass.php
Return HTML string of current color
h
top
HSVClass
HSVClass::HSVClass()
in HSVClass.php
Constructor - initializes the variables
HSVClass
HSVClass
in HSVClass.php
The HSV Class and the accompanying functions allow you to convert between HSV and RGB.
HSVClass.php
HSVClass.php
in HSVClass.php
m
top
$m_brightness
HSVClass::$m_brightness
in HSVClass.php
$m_brightness
$m_hue
HSVClass::$m_hue
in HSVClass.php
$m_hue
$m_saturation
HSVClass::$m_saturation
in HSVClass.php
$m_saturation
s
top
setHSV
HSVClass::setHSV()
in HSVClass.php
sets the current color
setRGB
HSVClass::setRGB()
in HSVClass.php
sets the current color
setRGBString
HSVClass::setRGBString()
in HSVClass.php
sets the current color
c
g
h
m
s