Color Triangle
A color selection widget based on the hue-saturation-value (HSV) color model.
The color space is presented as a triangle, making it easy for the user to find and select precisely the wanted color shade.These color widgets are particularly useful for developers of graphics, imaging, and visualization applications.
This Qt Solutions component is for Qt 3. For Qt 4 Solutions, please visit the Qt 4 Solutions Catalog.
Documentation:
Classes
Tested on:
- Qt 3.3.6 / Windows XP / MSVC.NET 2003
- Qt 3.3.6 / Linux / gcc
- Qt 3.3.6 / SunOS 5.9 / SunC++
- Qt 3.3.6 / MacOS X 10.4 / gcc
Unsupported platforms:
Only the tested platforms are supported, however the classes should be platform independent and are likely to work on the platforms supported by Qt.
Download Commercial Edition:
Only available for Qt Solutions license holder with a valid Support and Maintenance agreement (authentication required).
Changes:
- 1.5: Fix painting error/freeze at certain angles.
- 1.5: Removed the color view, so QtColorTriangle is now a simple widget that only shows the triangle itself.
- 1.4: Minimum size is now half of what it was.
- 1.4: Added plugin code.
- 1.3: Fix a bug that made the saturation-value pointer "jump" when selecting hue.
- 1.3: Fix a bug allowing colors outside triangle to be selected.
- 1.2: The demo example now has a "Clear" button and the drawable area is initialized with a pixmap.
- 1.2: Fix a bug where the widget would abort with a division-by-zero error.
- 1.1: Fixed a compile error caused by an error in the pri file.
- 1.1: Fixed a problem with mouse moves on win32.

