XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
getColor ($variant=null) | |
__construct ($value) | |
hasAlpha ($variant=null) | |
Fonctions membres publiques hérités de Kint_Object_Representation | |
__construct ($label, $name=null) | |
getLabel () | |
labelIsImplicit () | |
Champs de données | |
$r = 0 | |
$g = 0 | |
$b = 0 | |
$a = 1 | |
$variant = null | |
$implicit_label = true | |
$hints = array('color') | |
const | COLOR_NAME = 1 |
const | COLOR_HEX_3 = 2 |
const | COLOR_HEX_6 = 3 |
const | COLOR_RGB = 4 |
const | COLOR_RGBA = 5 |
const | COLOR_HSL = 6 |
const | COLOR_HSLA = 7 |
const | COLOR_HEX_4 = 8 |
const | COLOR_HEX_8 = 9 |
Champs de données hérités de Kint_Object_Representation | |
$name | |
$label | |
$implicit_label = false | |
$hints = array() | |
$contents = array() | |
Fonctions membres protégées | |
setValues ($value) | |
__construct | ( | $value | ) |
getColor | ( | $variant = null | ) |
hasAlpha | ( | $variant = null | ) |
|
protected |
$a = 1 |
$b = 0 |
$g = 0 |
$hints = array('color') |
$implicit_label = true |
$r = 0 |
$variant = null |
const COLOR_HEX_3 = 2 |
const COLOR_HEX_4 = 8 |
const COLOR_HEX_6 = 3 |
const COLOR_HEX_8 = 9 |
const COLOR_HSL = 6 |
const COLOR_HSLA = 7 |
const COLOR_NAME = 1 |
const COLOR_RGB = 4 |
const COLOR_RGBA = 5 |