christianhatch / colormix-app

A simple color mixer that allows you to see firsthand how RGB and HSL color spaces interact.

Home Page:http://blog.christianhatch.me/post/91235770967/christianhatch-colormix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colormix

A simple color mixer that allows you to see firsthand how RGB and HSL color spaces interact.

Colormix is a simple slider-based color picker that I built so that I could better understand how the RGB and HSL color spaces interact. Originally I built this component when I was learning about color spaces; I wanted to see how changing values in one color space changed the other, to better understand what exactly was going on when generating colors from 3 float values. It also helped me to understand how numbers are converted to hex values, because I could watch how the hex value changed as I moved the sliders.

MIT License (MIT)

Copyright (c) 2014 Christian Hatch

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.**

About

A simple color mixer that allows you to see firsthand how RGB and HSL color spaces interact.

http://blog.christianhatch.me/post/91235770967/christianhatch-colormix


Languages

Language:Objective-C 86.5%Language:Ruby 12.7%Language:C 0.8%