XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Kint_Object_Color
+ Graphe d'héritage de Kint_Object_Color:
+ Graphe de collaboration de Kint_Object_Color:

Fonctions membres publiques

 __construct ($color)
 
- Fonctions membres publiques hérités de Kint_Object_Blob
 getType ()
 
 getValueShort ()
 
 transplant (Kint_Object $new)
 
- Fonctions membres publiques hérités de Kint_Object
 __construct ()
 
 addRepresentation (Kint_Object_Representation $rep, $pos=null)
 
 replaceRepresentation (Kint_Object_Representation $rep, $pos=null)
 
 removeRepresentation ($name)
 
 getRepresentation ($name)
 
 getRepresentations ()
 
 clearRepresentations ()
 
 getModifiers ()
 
 getAccess ()
 
 getName ()
 
 getOperator ()
 
 getSize ()
 
 getAccessPath ()
 

Fonctions membres publiques statiques

static hslToRgb ($hue, $saturation, $lightness)
 
static rgbToHsl ($red, $green, $blue)
 
- Fonctions membres publiques statiques hérités de Kint_Object_Blob
static strlen ($string, $encoding=false)
 
static substr ($string, $start, $length=null, $encoding=false)
 
static detectEncoding ($string)
 
static escape ($string, $encoding=false)
 
- Fonctions membres publiques statiques hérités de Kint_Object
static blank ($name=null, $access_path=null)
 
static isSequential (array $array)
 
static sortByAccess (Kint_Object $a, Kint_Object $b)
 
static sortByName (Kint_Object $a, Kint_Object $b)
 

Champs de données

 $hints = array('color')
 
 $color = null
 
- Champs de données hérités de Kint_Object_Blob
 $type = 'string'
 
 $encoding = false
 
 $hints = array('string')
 
- Champs de données hérités de Kint_Object
const ACCESS_NONE = null
 
const ACCESS_PUBLIC = 'public'
 
const ACCESS_PROTECTED = 'protected'
 
const ACCESS_PRIVATE = 'private'
 
const OPERATOR_NONE = null
 
const OPERATOR_ARRAY = '=>'
 
const OPERATOR_OBJECT = '->'
 
const OPERATOR_STATIC = '::'
 
 $name
 
 $type
 
 $static = false
 
 $const = false
 
 $access = self::ACCESS_NONE
 
 $owner_class
 
 $access_path
 
 $reference = false
 
 $size = null
 
 $depth = 0
 
 $representations = array()
 
 $value = null
 
 $hints = array()
 

Attributs publics statiques

static $color_map
 
- Attributs publics statiques hérités de Kint_Object_Blob
static $char_encodings
 

Fonctions membres privées statiques

static hueToRgb ($m1, $m2, $hue)
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $color)

Documentation des fonctions membres

◆ hslToRgb()

static hslToRgb (   $hue,
  $saturation,
  $lightness 
)
static

Turns HSL color to RGB. Black magic.

Paramètres
float$hueHue
float$saturationSaturation
float$lightnessLightness
Renvoie
array RGB array
+ Voici le graphe des appelants de cette fonction :

◆ hueToRgb()

static hueToRgb (   $m1,
  $m2,
  $hue 
)
staticprivate

Helper function for hslToRgb. Even blacker magic.

Renvoie
float Color value

◆ rgbToHsl()

static rgbToHsl (   $red,
  $green,
  $blue 
)
static

Converts RGB to HSL. Color inversion of previous black magic is white magic?

Paramètres
float$redRed
float$greenGreen
float$blueBlue
Renvoie
array HSL array
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $color

$color = null

◆ $color_map

$color_map
static

◆ $hints

$hints = array('color')

La documentation de cette classe a été générée à partir du fichier suivant :