All Projects → younatics → PickColor

younatics / PickColor

Licence: MIT license
📌 Pick color in image, make placeholder color like Pinterest!

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to PickColor

dbt ad reporting
Fivetran's ad reporting dbt package. Combine your Facebook, Google, Pinterest, Linkedin, Twitter, Snapchat and Microsoft advertising spend using this package.
Stars: ✭ 68 (+28.3%)
Mutual labels:  pinterest
react-material-color-picker
react-material-color-picker component for selecting colors from google material color palette 📃
Stars: ✭ 19 (-64.15%)
Mutual labels:  picker
pinterest-pinner
Programmatically create a pin. Pinterest auto-poster (auto-pinner, autoposter, autopinner, api).
Stars: ✭ 32 (-39.62%)
Mutual labels:  pinterest
EasyAlbum
📷 A lightweight, pure-Swift library for pick up photo from your album.
Stars: ✭ 31 (-41.51%)
Mutual labels:  picker
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+66.04%)
Mutual labels:  picker
vue-daterangepicker-component
Date range picker for Vue 1.x, based on bootstrap-daterangepicker
Stars: ✭ 22 (-58.49%)
Mutual labels:  picker
EmojiPicker
This library to show a popover to select emoji for iOS
Stars: ✭ 58 (+9.43%)
Mutual labels:  picker
GWLPhotoSelector
相册照片多张选择控件
Stars: ✭ 50 (-5.66%)
Mutual labels:  picker
pinterest-backend
Pinterest Clone Backend in Phoenix Framework
Stars: ✭ 19 (-64.15%)
Mutual labels:  pinterest
JalaliMaterialDateTimePicker
Pick a date or time for Android with support Gregorian and Jalali calendar at the same time
Stars: ✭ 24 (-54.72%)
Mutual labels:  picker
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (+13.21%)
Mutual labels:  picker
Fluent-Random-Picker
Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.
Stars: ✭ 26 (-50.94%)
Mutual labels:  picker
jquery-datepicker
A full-featured datepicker jquery plugin
Stars: ✭ 35 (-33.96%)
Mutual labels:  picker
react-native-simple-picker
A simple picker for React Native.
Stars: ✭ 89 (+67.92%)
Mutual labels:  picker
filestack-ios
Official iOS SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Stars: ✭ 44 (-16.98%)
Mutual labels:  picker
colr pickr
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Stars: ✭ 27 (-49.06%)
Mutual labels:  picker
aka-ios-beacon
The missing binding framework for iOS
Stars: ✭ 13 (-75.47%)
Mutual labels:  picker
CwsShareCount
PHP class to get social share count for Delicious, Facebook, Google+, Linkedin, Pinterest, Reddit, StumbleUpon and Twitter.
Stars: ✭ 13 (-75.47%)
Mutual labels:  pinterest
react-native-wheel-datepicker
Android & iOS iOS-style Picker & DatePicker Components for ReactNative
Stars: ✭ 72 (+35.85%)
Mutual labels:  picker
react-native-multi-selectbox
Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user interface & user experience on both platforms.
Stars: ✭ 169 (+218.87%)
Mutual labels:  picker

PickColor

Version Carthage Compatible License: MIT Build Status Platform Swift 4.2

Intoduction

📌 Pick color in your image! It will magically return average color in your UIImage!. Also, you can get hexstring from PickColor

demo

Requirements

PickColor is written in Swift 4.2 Compatible with iOS 9.0+

Installation

Cocoapods

PickColor is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PickColor'

Carthage

github "younatics/PickColor"

Usage

Get UIColor

let UIColor = UIImage.pickColor()

Get HexString

let UIColorHexString = UIImage.pickColorHexstring()

References

Please tell me or make pull request if you use this library in your application :)

Author

younatics Twitter

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].