Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Display only some colors in ColorPicker

    Hi all,

    My current specification requires me to implement color picker that only display color blind. Can I do that with ColorPicker? Please guide.

    Thank you

    #2
    By color blind I am guessing you mean just a specific subset of colors for the user to select from. I don't believe you can it directly, but with JSNI, you can set the 'colorArray' variable which defines the orginal set of colors to your specific subset.

    Comment

    Working...
    X