DynamicColor v3.1.0 Release Notes

Release Date: 2016-09-13 // over 7 years ago
  • 🚀 Released on 2016-09-08.

    • [ADD] CIE XYZ Color Space
    • [ADD] Initialization with XYZ components
    • [ADD] toXYZComponents() method
    • [ADD] CIE L*a*b* Color Space
    • [ADD] Initialization with L*a*b* components
    • [ADD] toLabComponents() method
    • [ADD] toHSBComponents() method
    • 🔨 [REFACTORING] toHSLAComponents to toHSLComponents
    • 🔨 [REFACTORING] Hue range is now from 0° and 360° instead of 0.0 and 1.0
    • [ADD] DynamicGradient object
    • [ADD] colorPalette method to a gradient
    • [ADD] pickColorAt method to a gradient
    • [ADD] gradient property to array of colors
    • [ADD] DynamicColorSpace enum
    • 🔨 [REFACTORING] mixed colors using different color spaces