-
Notifications
You must be signed in to change notification settings - Fork 1
Home
zonble edited this page Sep 13, 2010
·
21 revisions
Welcome to Bunt!
Current version: 1.0
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
- An Intel or PPC Macintosh.
- Mac OS X 10.4 or higher versions.
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