haydn111 / ios-color-wheel

A fully scalable, dynamically rendered color wheel for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios-color-wheel

About

A fully scalable and dynamically rendered color picker for iOS.

Many other iOS color pickers work by sampling colors from a pre-rendered image of a color wheel. This approach limits the color picker to the size and quality of the static image. This project contains a color wheel that computes color values mathematically, and renders dynamically, giving a completely scalable UIView and more accurate color selection.

Techincal

Color wheels visualize and define colors from hue, saturation, and brightness components (HSB color space). On the wheel, two of these components can be mapped to two-dimensional polar coordinates. Hue is defined by the angle on the wheel. Saturation is defined by the distance from the center. Brightness, the third component cannot also be mapped to the two dimensional surface so it must be controlled by a separate control such as a slider.

Includes

  • Standalone ISColorWheel class (UIView subclass)
  • Example project

sample_image

About

A fully scalable, dynamically rendered color wheel for iOS.


Languages

Language:Objective-C 100.0%