MODULES Uize.Color.ColorsHslTransformer
- Contents
- 1. Introduction
- 2. Instance Methods
- 3. State Properties
-
4. Static Methods
- 4.1. Uize.Color.ColorsHslTransformer.alphastructor
- 4.2. Uize.Color.ColorsHslTransformer.declare
- 4.3. Uize.Color.ColorsHslTransformer.doMy
- 4.4. Uize.Color.ColorsHslTransformer.dualContextMethods
- 4.5. Uize.Color.ColorsHslTransformer.dualContextProperties
- 4.6. Uize.Color.ColorsHslTransformer.fire
- 4.7. Uize.Color.ColorsHslTransformer.get
- 4.8. Uize.Color.ColorsHslTransformer.instanceMethods
- 4.9. Uize.Color.ColorsHslTransformer.instanceProperties
- 4.10. Uize.Color.ColorsHslTransformer.mixin
- 4.11. Uize.Color.ColorsHslTransformer.mixins
- 4.12. Uize.Color.ColorsHslTransformer.omegastructor
- 4.13. Uize.Color.ColorsHslTransformer.set
- 4.14. Uize.Color.ColorsHslTransformer.singleton
- 4.15. Uize.Color.ColorsHslTransformer.stateProperties
- 4.16. Uize.Color.ColorsHslTransformer.staticMethods
- 4.17. Uize.Color.ColorsHslTransformer.staticProperties
- 4.18. Uize.Color.ColorsHslTransformer.subclass
- 4.19. Uize.Color.ColorsHslTransformer.toggle
- 4.20. Uize.Color.ColorsHslTransformer.unwire
- 4.21. Uize.Color.ColorsHslTransformer.wire
-
5. Static Properties
- 5.1. Uize.Color.ColorsHslTransformer.colors
- 5.2. Uize.Color.ColorsHslTransformer.hueRange
- 5.3. Uize.Color.ColorsHslTransformer.hueShift
- 5.4. Uize.Color.ColorsHslTransformer.lightnessRange
- 5.5. Uize.Color.ColorsHslTransformer.lightnessShift
- 5.6. Uize.Color.ColorsHslTransformer.moduleName
- 5.7. Uize.Color.ColorsHslTransformer.nonInheritableStatics
- 5.8. Uize.Color.ColorsHslTransformer.pathToResources
- 5.9. Uize.Color.ColorsHslTransformer.saturationRange
- 5.10. Uize.Color.ColorsHslTransformer.saturationShift
- 5.11. Uize.Color.ColorsHslTransformer.undefined
1. Introduction
The Uize.Color.ColorsHslTransformer
module implements a class for transforming the hue, saturation, and lightness of a set of colors in a performant manner.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Color.ColorsHslTransformer
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Color.ColorsHslTransformer
module...
SEARCH
1.2. Implementation Info
The Uize.Color.ColorsHslTransformer
module defines the Uize.Color.ColorsHslTransformer
class, which is a subclass of Uize.Class
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Color.ColorsHslTransformer
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATE PROPERTIES
colors
| colorsAsTupless
| colorsMaxMin
| hueRange
| hueShift
| lightnessRange
| lightnessShift
| saturationRange
| saturationShift
| transformedColors
STATIC METHODS
Uize.Color.ColorsHslTransformer.mixin
STATIC PROPERTIES
Uize.Color.ColorsHslTransformer.colors
| Uize.Color.ColorsHslTransformer.hueRange
| Uize.Color.ColorsHslTransformer.hueShift
| Uize.Color.ColorsHslTransformer.lightnessRange
| Uize.Color.ColorsHslTransformer.lightnessShift
| Uize.Color.ColorsHslTransformer.saturationRange
| Uize.Color.ColorsHslTransformer.saturationShift
| Uize.Color.ColorsHslTransformer.undefined
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
STATIC PROPERTIES
Uize.Color.ColorsHslTransformer.moduleName
| Uize.Color.ColorsHslTransformer.nonInheritableStatics
1.2.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
fire
| get
| is
| isMet
| kill
| met
| onChange
| once
| set
| toggle
| unmet
| unwire
| whenever
| wire
STATIC METHODS
Uize.Color.ColorsHslTransformer.alphastructor
| Uize.Color.ColorsHslTransformer.declare
| Uize.Color.ColorsHslTransformer.doMy
| Uize.Color.ColorsHslTransformer.dualContextMethods
| Uize.Color.ColorsHslTransformer.dualContextProperties
| Uize.Color.ColorsHslTransformer.fire
| Uize.Color.ColorsHslTransformer.get
| Uize.Color.ColorsHslTransformer.instanceMethods
| Uize.Color.ColorsHslTransformer.instanceProperties
| Uize.Color.ColorsHslTransformer.mixins
| Uize.Color.ColorsHslTransformer.omegastructor
| Uize.Color.ColorsHslTransformer.set
| Uize.Color.ColorsHslTransformer.singleton
| Uize.Color.ColorsHslTransformer.stateProperties
| Uize.Color.ColorsHslTransformer.staticMethods
| Uize.Color.ColorsHslTransformer.staticProperties
| Uize.Color.ColorsHslTransformer.subclass
| Uize.Color.ColorsHslTransformer.toggle
| Uize.Color.ColorsHslTransformer.unwire
| Uize.Color.ColorsHslTransformer.wire
STATIC PROPERTIES
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Color.ColorsHslTransformer
module.
2. Instance Methods
2.1. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.2. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.3. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.4. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.5. kill
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.6. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.7. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.8. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.9. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.10. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.11. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.12. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.13. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
2.14. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.15. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3. State Properties
3.1. colors
IMPLEMENTATION INFO
this feature was introduced in this module |
3.2. colorsAsTupless
IMPLEMENTATION INFO
this feature was introduced in this module |
3.3. colorsMaxMin
IMPLEMENTATION INFO
this feature was introduced in this module |
3.4. hueRange
IMPLEMENTATION INFO
this feature was introduced in this module |
3.5. hueShift
IMPLEMENTATION INFO
this feature was introduced in this module |
3.6. lightnessRange
IMPLEMENTATION INFO
this feature was introduced in this module |
3.7. lightnessShift
IMPLEMENTATION INFO
this feature was introduced in this module |
3.8. saturationRange
IMPLEMENTATION INFO
this feature was introduced in this module |
3.9. saturationShift
IMPLEMENTATION INFO
this feature was introduced in this module |
3.10. transformedColors
IMPLEMENTATION INFO
this feature was introduced in this module |
4. Static Methods
4.1. Uize.Color.ColorsHslTransformer.alphastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.2. Uize.Color.ColorsHslTransformer.declare
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.3. Uize.Color.ColorsHslTransformer.doMy
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.4. Uize.Color.ColorsHslTransformer.dualContextMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.5. Uize.Color.ColorsHslTransformer.dualContextProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.6. Uize.Color.ColorsHslTransformer.fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.7. Uize.Color.ColorsHslTransformer.get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.8. Uize.Color.ColorsHslTransformer.instanceMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.9. Uize.Color.ColorsHslTransformer.instanceProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.10. Uize.Color.ColorsHslTransformer.mixin
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
4.11. Uize.Color.ColorsHslTransformer.mixins
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.12. Uize.Color.ColorsHslTransformer.omegastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.13. Uize.Color.ColorsHslTransformer.set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.14. Uize.Color.ColorsHslTransformer.singleton
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.15. Uize.Color.ColorsHslTransformer.stateProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.16. Uize.Color.ColorsHslTransformer.staticMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.17. Uize.Color.ColorsHslTransformer.staticProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.18. Uize.Color.ColorsHslTransformer.subclass
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.19. Uize.Color.ColorsHslTransformer.toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.20. Uize.Color.ColorsHslTransformer.unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.21. Uize.Color.ColorsHslTransformer.wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5. Static Properties
5.1. Uize.Color.ColorsHslTransformer.colors
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.2. Uize.Color.ColorsHslTransformer.hueRange
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.3. Uize.Color.ColorsHslTransformer.hueShift
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.4. Uize.Color.ColorsHslTransformer.lightnessRange
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.5. Uize.Color.ColorsHslTransformer.lightnessShift
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.6. Uize.Color.ColorsHslTransformer.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.7. Uize.Color.ColorsHslTransformer.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is not inherited by subclasses |
5.8. Uize.Color.ColorsHslTransformer.pathToResources
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.9. Uize.Color.ColorsHslTransformer.saturationRange
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.10. Uize.Color.ColorsHslTransformer.saturationShift
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.11. Uize.Color.ColorsHslTransformer.undefined
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |