Skip to content

wolf-sigma/Appcelerator-Titanium-Mobile-Color-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanium Color Picker (HSL Type)
---
///Currently only works on the iPhone///
---
primary files: colorpicker.js, images/*

Methods:
createColorPicker();
     Parameters:
     hexColor - required. Used to set the initial color of the picker

Events:
colorselect - is triggered when user selects "select"
Properties: 
hexColor: hex color without hash character
hexColorWithHash: hex color with hash character
hslcolor: object {h: hue value, s: saturation value, l: luminosity value}
rgbcolor: object {r: red value, g: green value: b: blue value}

selectcancel - is triggered when user selects "cancel"

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published