All Projects → oscarcs → nxColor

oscarcs / nxColor

Licence: other
Haxe color manipulation library.

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to nxColor

use-color-change
📈📉React hook for flashing a text when a value becomes higher or lower
Stars: ✭ 32 (-15.79%)
Mutual labels:  color
theme-ui-native
Build consistent, themeable React Native apps based on constraint-based design principles
Stars: ✭ 67 (+76.32%)
Mutual labels:  color
react-native-color-panel
React Native Color Panel Component for iOS and Android 🏳️‍🌈
Stars: ✭ 21 (-44.74%)
Mutual labels:  color
colors
A gorgeous, accessible color system.
Stars: ✭ 748 (+1868.42%)
Mutual labels:  color
ichiColor
Full features javascript color parser module, perfect work with vue.js; support RGB, HSL, HSV/HSB, HSL255, HSL240, HWB, XYZ, LAB, LUV, LHCab, xyY...
Stars: ✭ 23 (-39.47%)
Mutual labels:  color
rgb-tui
Create and get colors code from the terminal using a nice interface.
Stars: ✭ 57 (+50%)
Mutual labels:  color
sh
Collection Of My Sh Scripts.
Stars: ✭ 109 (+186.84%)
Mutual labels:  color
Giotto
Theme manager for your app: apply styles to anything you want through a plist file
Stars: ✭ 18 (-52.63%)
Mutual labels:  color
color-alpha
Change alpha of a color string
Stars: ✭ 19 (-50%)
Mutual labels:  color
goterminal
A cross-platform Go-library for updating progress in terminal.
Stars: ✭ 56 (+47.37%)
Mutual labels:  color
TitlebarZ
A simple titlebar customizer for Windows 10.
Stars: ✭ 21 (-44.74%)
Mutual labels:  color
standard-components
A specification for functional UI components
Stars: ✭ 52 (+36.84%)
Mutual labels:  color
odak
🔬 Scientific computing library for optics 🔭, computer graphics 💻 and visual perception 👀
Stars: ✭ 99 (+160.53%)
Mutual labels:  color
dehex
🎨👀 R package: learn to assess a colour hex code by eye
Stars: ✭ 29 (-23.68%)
Mutual labels:  color
ViewColorGenerator
A library to generate color palette for view, imageview and image from URL.
Stars: ✭ 29 (-23.68%)
Mutual labels:  color
colocat
Fegeya Colocat, Colorized 'cat' implementation. Written in C++17.
Stars: ✭ 14 (-63.16%)
Mutual labels:  color
react-native-image-color-picker
Image color picker based on image source provided and return image different color palettes or average color palette
Stars: ✭ 25 (-34.21%)
Mutual labels:  color
jsoncolor
Colorized JSON output for Go
Stars: ✭ 27 (-28.95%)
Mutual labels:  color
colorscale
Create a color scale from a single color
Stars: ✭ 80 (+110.53%)
Mutual labels:  color
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (+89.47%)
Mutual labels:  color

nxColor

Haxe color manipulation library.

Currently supports CIELch, CIELab, XYZ, RGB, and HSB color spaces, and will convert between them.

Usage:

//Blend two RGB colors through the CIELab color space:
var a = new RGB(119, 158, 255).toCIELab().blend(50, new RGB(255, 61, 0).toCIELab());

//Create a Golden Ratio color distribution:
var b = Util.goldenRatio(10, 99, 99);

License:

The MIT License

Copyright © 2014-2017 Oscar C. S.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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].