CIColorRGBA 4.0.1

CIColorRGBA 4.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2018
SPMSupports SPM

Maintained by Maxim Bilan.



  • By
  • Maxim Bilan

CIColorRGBA

Version License Platform CocoaPods CocoaPods

Provides a convenience CIColor method for set up a color from a HEX string in Swift.

Installation

CocoaPods:

pod 'CIColorRGBA'

Manual:

Copy CIColorRGBA.swift to your project.

Using

let color = CIColor(rgba: '#134E5E')

License

CIColorRGBA is available under the MIT license. See the LICENSE file for more info.