An open API service indexing awesome lists of open source software.

https://github.com/maximbilan/cicolorrgba

Provides a convenience CIColor method for set up a color from a HEX string in Swift
https://github.com/maximbilan/cicolorrgba

cicolor color convenience-cicolor hex ios rgba swift

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# CIColorRGBA

[![Version](https://img.shields.io/cocoapods/v/CIColorRGBA.svg?style=flat)](http://cocoadocs.org/docsets/CIColorRGBA)
[![License](https://img.shields.io/cocoapods/l/CIColorRGBA.svg?style=flat)](http://cocoadocs.org/docsets/CIColorRGBA)
[![Platform](https://img.shields.io/cocoapods/p/CIColorRGBA.svg?style=flat)](http://cocoadocs.org/docsets/CIColorRGBA)
[![CocoaPods](https://img.shields.io/cocoapods/dt/CIColorRGBA.svg)](https://cocoapods.org/pods/CIColorRGBA)
[![CocoaPods](https://img.shields.io/cocoapods/dm/CIColorRGBA.svg)](https://cocoapods.org/pods/CIColorRGBA)

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.