ChooseColor

E724283

ChooseColor is a Windows common dialog box function that lets applications display a standard color-selection interface for users to pick and customize colors.

All labels observed (1)

Label Occurrences
ChooseColor canonical 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf Windows API function ⓘ
common dialog box function ⓘ
allowsUserAction choose from basic colors ⓘ
customize a color ⓘ
define custom colors ⓘ
select a color ⓘ
category Windows common dialog functions ⓘ
definedIn Win32 API ⓘ
Windows API ⓘ
linked to: Win32 API
dialogType standard color-selection interface ⓘ
displays Color Selection dialog box ⓘ
errorRetrievalFunction CommDlgExtendedError ⓘ
hasDLL Comdlg32.dll ⓘ
hasHeader commdlg.h ⓘ
hasLibrary Comdlg32.lib ⓘ
hasParameter LPCHOOSECOLOR lpcc ⓘ
inputField lpcc->Flags ⓘ
lpcc->hInstance ⓘ
lpcc->hwndOwner ⓘ
lpcc->lpCustColors ⓘ
lpcc->rgbResult ⓘ
introducedFor standardized color selection in Windows applications ⓘ
namespace global Win32 API namespace ⓘ
outputField lpcc->lpCustColors ⓘ
lpcc->rgbResult ⓘ
providedBy Microsoft Windows ⓘ
linked to: Windows
relatedFunction ChooseFont ⓘ
GetOpenFileName ⓘ
linked to: Comdlg32

GetSaveFileName ⓘ
linked to: Comdlg32

PrintDlg ⓘ
returns BOOL ⓘ
returnValueMeaning nonzero indicates success ⓘ
zero indicates failure or user cancel ⓘ
runsOn Microsoft Windows ⓘ
linked to: Windows
supportsCharacterSet ANSI ⓘ
Unicode ⓘ
typicalUseCase allow users to pick colors for UI elements ⓘ
allow users to pick colors for drawing or painting tools ⓘ
usesFlag CC_ANYCOLOR ⓘ
CC_ENABLEHOOK ⓘ
CC_ENABLETEMPLATE ⓘ
CC_ENABLETEMPLATEHANDLE ⓘ
CC_FULLOPEN ⓘ
CC_PREVENTFULLOPEN ⓘ
CC_RGBINIT ⓘ
CC_SHOWHELP ⓘ
CC_SOLIDCOLOR ⓘ
usesStructure CHOOSECOLOR ⓘ
CHOOSECOLORA ⓘ
CHOOSECOLORW ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Comdlg32 → providesAPI → ChooseColor ⓘ