Click here to Skip to main content
Click here to Skip to main content

A color picker dialog with a color dropper like Photoshop and Frontpage 2000

By , 23 Jan 2002
 

Introduction

The key features are as follows:

  1. ColorPicker provides a default color panel, which includes over 144 frequent colors.
  2. ColorPicker provides a custom button for opening Windows Common Color Select Dialog. You can select more color here.
  3. ColorPicker provides the color contrast between current selection and new selection.
  4. ColorPicker provides a select button, when you hold the left button of mouse on select button, the cursor has become to a color dropper like Photoshop and Frontpage 2000. You can get any color on the screen via this dropper.
  5. ColorPicker shows both the RGB value and Hex Value of the current selection color.
  6. The color panel will load new palette as soon as the system color range has been changed.
  7. ColorDropper provides 6 color panels for choosing. You can change it during run time.
  8. The most important thing is that, we provide the full source code (100% MFC), ….

Screen Shots

(Screen 1)

(Screen 2)

(Screen 3)

How to use it

 The steps for usage are as follows:

  1. Add code in those head files where you want to display Color Picker Dialog.
    #include "FODropColorButton.h"
    enum { IDD = IDD_DIALOG_COLORPICKER };
    CFODropColorButton m_wndColor3;
    CFODropColorButton m_wndColor2;
    CFODropColorButton m_wndColor1;
    CFOHyperLink m_newVersion;
    //}}AFX_DATA
  2. Add code in those files/events when you need to get color value.
    CDialog::DoDataExchange(pDX);
    //{{AFX_DATA_MAP(CNewPickerDlg)
    DDX_Control(pDX, IDC_FO_TEST_BUTTON3, m_wndColor3);
    DDX_Control(pDX, IDC_FO_TEST_BUTTON2, m_wndColor2);
    DDX_Control(pDX, IDC_FO_TEST_BUTTON1, m_wndColor1);
    //}}AFX_DATA_MAP
    DDX_FODropColorButton(pDX,IDC_FO_TEST_BUTTON1,crColor1);
    DDX_FODropColorButton(pDX,IDC_FO_TEST_BUTTON2,crColor2);
    DDX_FODropColorButton(pDX,IDC_FO_TEST_BUTTON3,crColor3);

Everything is done!

Technical Details

 Color Picker Dialog is constructed with classes as follows;

  1. CFOColorButton File Reference:FOColorButton.h, FOColorButton.cpp
  2. CFOColorCellObj File Reference:FOColorCellObj.h, FOColorCellObj.cpp
  3. CFOColorDialogObj File Reference: FOColorDialog.h, FOColorDialog.cpp
  4. CFOColorPaletteControl File Reference:FOColorPaletteControl.h, FOColorPaletteControl.cpp
  5. CFODropPaletteWndFile Reference:FODropPaletteWnd.h, FODropPaletteWnd.cpp
  6. CFODropColorButton File Reference:FODropColorButton.h, FODropColorButton.cpp
  7. CFODropColorPaletteControl File Reference:FODropColorPaletteControl.h, FODropColorPaletteControl.cpp
  8. CFODropColorPaletteWnd File Reference:FODropColorPaletteWnd.h, FODropColorPaletteWnd.cpp
  9. CFOPopupColorPaletteWndFile Reference:FOPopupColorPaletteWnd.h, FOPopupColorPaletteWnd.cpp

All of the class inheritance diagrams are as follows:

\s

\s

\s

Click here to view Our online profile and report bugs.

Update V1.5(New!)

  • Add color palette support for color dialog.
  • Add a cool drop color picker button.
  • Fixed a few bugs.

Update V1.2

  • Add a specify image static class.
  • Add support 3D color table.
  • Fixed a few bugs.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

jack Mesic
Web Developer
United States United States
Member
jack Mesic is the president of UCanCode Software Technology,Inc..

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralProblemsmemberAnonymous5712 Feb '02 - 0:40 
QuestionNo keyboard functionalities ?memberJMLeFol25 Jan '02 - 23:28 
GeneralCool!!memberMark Li23 Jan '02 - 21:36 
Thank you sharing source code!
very cool!!
GeneralMissing ResourcesmemberUwe Keim23 Jan '02 - 19:59 
GeneralRe: Missing Resourcesmemberjack Mesic23 Jan '02 - 20:58 
GeneralRe: Missing ResourcesmemberChris Maunder23 Jan '02 - 23:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 24 Jan 2002
Article Copyright 2002 by jack Mesic
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid