GeekArticles
Programming
C++XColorDialog - an MFC color picker control that displays a color hexagon and a color spectrum
Author: codeproject.com |
Published: 6th Apr 2008 |
Visited: 76 times |
Add CommentFiled in: CPlusPlusXColorDialog displays a color hexagon and a color spectrum that allows user selection, and provides APIs for color based on RGB and HSL color models.
Read Article Sponsored Links
Related Articles
• Alternate DBGrid Row Color in Delphi's DBGrid ::
You've seen this surely on web pages. Alternating table row colors means displaying the first record in one color and the second record in another colo ...