Chameleon v1.1.0 Release Notes

    • โž• Added Gradient Colors
    • โž• Added Storyboard Palette Add-on
    • โž• Added Xcode Quick Help Documentation Support
    • Switched from RGB colorspace to HSB & LAB colorspaces (closer to human perception)
    • ๐Ÿ‘ Implemented ContrastingColor which supports all alphas and has additional support for non-flat and flat colors
    • ๐Ÿ”„ Changed Color difference algorithm so that it now uses CIE:2000 formula
    • ๐Ÿ”„ Changed RandomFlatColors from enum to nsarray values
    • Edited RandomFlatColor so that it will no longer spit out the same color back to back
    • Switched complementary and triadic fourth and fifth colors order.
    • ๐Ÿ†• New Macro: ClearColor

    ๐Ÿ—„ ###### Deprecated Methods

    • colorWithContrastingBlackOrWhiteColorOn:

    Replaced with: colorWithContrastingBlackOrWhiteColorOn:isFlat:

    ๐Ÿ—„ ###### Deprecated Macros

    • ContrastingColorOf(backgroundColor)

    Replaced with: ContrastingColorOf(backgroundColor, isFlat)

    • ComplementaryColorOf(color)

    Replaced with: ComplementaryFlatColorOf(color)

    • RandomColorWithShade(shade)

    Replaced with: RandomFlatColorWithShade(shade)