Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 752 Bytes

js

serenix_pantone_color.js:

serenix_pantone_color.js is javascript pantone color utilities that provides the main elements below:

  • PANTONE_YEAR_COLORS_LIST : hexa decimal colors that corresponds to pantone years
  • PANTONE_YEAR_COLORS : key/value Object. The key represents the pantone name and the value the corresponding hexadecimal color
  • PANTONE_YEARS : The pantone years in number managed in this utility
  • PANTONE_STRING_YEARS : The pantone years in string managed in this utility
  • PANTONE_YEAR_COLOR_NAMES : The names of pantones years
  • PantoneYearColors PantoneYearColors object provides the main methods below:
    • getColor
    • getColorName
    • getStringYear
    • getYear
    • getColors
    • getColorsList
  • PANTONE_COLOR_GROUPS