ProColor

Copyright © 2009 by the Phantom Inker. All rights reserved.

Overview & Usage | Options | Public API | Examples | License


ProColor Public API

Many of ProColor's methods and members are for internal use only. However, these members and methods are all public:


MouseCapture Public API

ProColor uses a small library named "MouseCapture" for performing mouse tracking, and you can use it in your own programs. Its usage is very simple; create a MouseCapture object, call mousecapture.begin(), and then within your callback, call mousecapture.end() when the mouse button is released. Its API is documented below: