DynamicColor v3.0.0 Release Notes

Release Date: 2016-06-14 // almost 8 years ago
  • ๐Ÿš€ Released on 2016-06-14.

    • ๐Ÿ‘ Swift 3 Supports
    • isLight instead of isLightColor
    • adjustedAlpha instead of adjustedAlphaColor
    • inverted instead of invertColor
    • grayscaled instead of grayscaledColor
    • darkened instead of darkerColor
    • lighter instead of lighterColor
    • saturated instead of saturatedColor
    • desaturated instead of desaturatedColor
    • complemented instead of complementColor
    • adjustedHue instead of adjustedHueColor
    • tinted instead of tintColor
    • shaded instead of shadeColor
    • mixed instead of mixWithColor
    • isEqual:toHex instead of isEqualToHex
    • isEqual:toHexString instead of isEqualToHexString
    • Removing the darkenColor, use darkened instead
    • Removing the lightenColor, use lighter instead
    • Removing the saturateColor, use saturated instead
    • Removing the desaturateColor, use desaturated instead
    • ๐Ÿ‘‰ Use CGFloat instead of Double everywhere