|
Basic and Extended Color Dialog Boxes
The Color dialog box has a basic version and an extended version. The basic
version has controls that display the basic and custom colors from which the user
can select. The extended version includes the basic controls and has
additional controls that allow the user to create custom colors.
The basic version of the Color dialog box includes a Define Custom Colors
button. The user can click this button to display the extended version. You can
direct the Color dialog box to always display this extension by setting the
CC_FULLOPEN flag in the Flags member of the CHOOSECOLOR structure. To prevent the user from creating custom colors, you can set the
CC_PREVENTFULLOPEN flag to disable the Define Custom Colors button.
The basic colors represent a selection of the colors available on the given
device. The actual number of colors displayed is determined by the display
driver. For example, a VGA driver displays 48 colors, and a monochrome display driver
displays only 16.
The custom colors are those that you specify or that the user creates. When
you create a color dialog box, you must use the lpCustColors member of the CHOOSECOLOR structure to specify the initial values for the 16 custom colors. If the
extended version of the Color dialog box is open, the user can create a custom
color by one the following methods:
- Moving the cursor in the color spectrum control and the luminosity slide
control
- Typing red, green, and blue (RGB) values in the Red, Green, and Blue edit
controls
- Typing hue, saturation, and luminosity (HSL) values in the Hue, Sat, and Lum
edit controls
To add a new custom color to the custom colors display, the user can click the
Add to Custom Colors button. This also causes the dialog box to copy the RGB
value of the new color to the corresponding element in the array pointed to by
the lpCustColors member. To preserve new custom colors between calls to ChooseColor, you should allocate static memory for the array. For more information about
the RGB and HSL color models, see Color Models Used by the Color Dialog Box.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|