0

The function colorPicker.CP.cmyc from JavaScript ColorPicker 0.9 (http://www.dematte.at/colorPicker/) always produces following error:

TypeError: Cannot read property 'cmyc' of undefined
Jan Laussmann
  • 1,510
  • 3
  • 16
  • 19

1 Answers1

0

The documentation is simply wrong. The right function name is:

colorPicker.CP.cmyk

The difference is the last char. The documentations says c but the right char is a k.

Jan Laussmann
  • 1,510
  • 3
  • 16
  • 19
  • 1
    sorry, I will fix this... maybe see the new version on http://www.dematte.at/cpn/ or https://github.com/PitPik/colorPicker – jsmorph Sep 19 '14 at 17:43