dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
15 lines (14 loc) • 349 B
JavaScript
define(
({
redLabel: "r",
greenLabel: "g",
blueLabel: "b",
hueLabel: "h",
saturationLabel: "s",
valueLabel: "v", /* aka intensity or brightness */
degLabel: "\u00B0",
hexLabel: "шестнадесетичен",
huePickerTitle: "Селектро на нюанси",
saturationPickerTitle: "Селектор на наситеност"
})
);