Bunt is a german word which means colorful, and it is an easy-to-use Mac application for Mac/iPhone developers who need to work with colors. After picking a color from the system color picker, it generates source code for you.
Bunt supports
- NSColor - for the Cocoa framework.
- UIcolor - for the UIKit framework
- ColorRef - for Quartz 2D drawing
- OpenGL - it supports glColor3f(), glColor3fv(), glColor4f() and glColor4fv() functions.
Bunt requires
- Mac OS X 10.9
Any suggestion or advice is welcome. Please write to [email protected]
- NSColor Reference on Apple Developer Connection
- Quartz 2D Drawing Guide on Apple Developer Connection
- glColor on www.opengl.org