Вопрос

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
Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top