[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

Reference for unit 'Graphics': Constants

bsBDiagonal

  

bsClear

  

bsCross

  

bsDiagCross

  

bsFDiagonal

  

bsHorizontal

  

bsSolid

  

bsVertical

  

cl3DDkShadow

  

cl3DFace

  

cl3DHiLight

  

cl3DLight

  

cl3DShadow

  

clActiveBackground

  

Deprecated CLX color. Don't use.

clActiveBase

  

Deprecated CLX color. Don't use.

clActiveBorder

  

clActiveBrightText

  

Deprecated CLX color. Don't use.

clActiveButton

  

Deprecated CLX color. Don't use.

clActiveButtonText

  

Deprecated CLX color. Don't use.

clActiveCaption

  

clActiveDark

  

Deprecated CLX color. Don't use.

clActiveForeground

  

Deprecated CLX color. Don't use.

clActiveHighlight

  

Deprecated CLX color. Don't use.

clActiveHighlightedText

  

Deprecated CLX color. Don't use.

clActiveLight

  

Deprecated CLX color. Don't use.

clActiveMid

  

Deprecated CLX color. Don't use.

clActiveMidlight

  

Deprecated CLX color. Don't use.

clActiveShadow

  

Deprecated CLX color. Don't use.

clActiveText

  

Deprecated CLX color. Don't use.

clAppWorkspace

  

clAqua

  

clBackground

  

clBase

  

Deprecated CLX color. Don't use.

clBlack

  

clBlue

  

clBrightText

  

Deprecated CLX color. Don't use.

clBtnFace

  

The color of the face of a button. This color is also utilized in many other places for raised areas such as a panel.

clBtnHighlight

  

clBtnHiLight

  

clBtnShadow

  

clBtnText

  

The color that the text in a button or other raised area should have.

clButton

  

Deprecated CLX color. Don't use.

clButtonText

  

Deprecated CLX color. Don't use.

clCaptionText

  

clColorDesktop

  

clCream

  

clDark

  

Deprecated CLX color. Don't use.

clDefault

  

The main color of a given control. This color does not mean anything alone and needs to be resolved using a control instance and for example TControl.GetDefaultColor, TControl.GetColorResolvingParent or TControl.GetRGBColorResolvingParent

clDisabledBackground

  

Deprecated CLX color. Don't use.

clDisabledBase

  

Deprecated CLX color. Don't use.

clDisabledBrightText

  

Deprecated CLX color. Don't use.

clDisabledButton

  

Deprecated CLX color. Don't use.

clDisabledButtonText

  

Deprecated CLX color. Don't use.

clDisabledDark

  

Deprecated CLX color. Don't use.

clDisabledForeground

  

Deprecated CLX color. Don't use.

clDisabledHighlight

  

Deprecated CLX color. Don't use.

clDisabledHighlightedText

  

Deprecated CLX color. Don't use.

clDisabledLight

  

Deprecated CLX color. Don't use.

clDisabledMid

  

Deprecated CLX color. Don't use.

clDisabledMidlight

  

Deprecated CLX color. Don't use.

clDisabledShadow

  

Deprecated CLX color. Don't use.

clDisabledText

  

Deprecated CLX color. Don't use.

clDkGray

  

clDontMask

  

clFirstSpecialColor

  

clForeground

  

Deprecated CLX color. Don't use.

clForm

  

Represents the color of the background of a form

clFuchsia

  

clGradientActiveCaption

  

clGradientInactiveCaption

  

clGray

  

clGrayText

  

clGreen

  

clHighlight

  

clHighlightedText

  

Deprecated CLX color. Don't use.

clHighlightText

  

clHotLight

  

clInactiveBorder

  

clInactiveCaption

  

clInactiveCaptionText

  

clInfoBk

  

clInfoText

  

clLight

  

Deprecated CLX color. Don't use.

clLime

  

clLtGray

  

clMaroon

  

clMask

  

clMedGray

  

clMenu

  

clMenuBar

clMenuHighlight

clMenuText

  

The color of the text in menus

clMid

  

Deprecated CLX color. Don't use.

clMidlight

  

Deprecated CLX color. Don't use.

clMoneyGreen

  

clNavy

  

clNone

  

clNormalBackground

  

Deprecated CLX color. Don't use.

clNormalBase

  

Deprecated CLX color. Don't use.

clNormalBrightText

  

Deprecated CLX color. Don't use.

clNormalButton

  

Deprecated CLX color. Don't use.

clNormalButtonText

  

Deprecated CLX color. Don't use.

clNormalDark

  

Deprecated CLX color. Don't use.

clNormalForeground

  

Deprecated CLX color. Don't use.

clNormalHighlight

  

Deprecated CLX color. Don't use.

clNormalHighlightedText

  

Deprecated CLX color. Don't use.

clNormalLight

  

Deprecated CLX color. Don't use.

clNormalMid

  

Deprecated CLX color. Don't use.

clNormalMidlight

  

Deprecated CLX color. Don't use.

clNormalShadow

  

Deprecated CLX color. Don't use.

clNormalText

  

Deprecated CLX color. Don't use.

cloActive

  

Deprecated CLX color. Don't use.

cloDisabled

  

Deprecated CLX color. Don't use.

clOlive

  

cloNormal

  

Deprecated CLX color. Don't use.

clPurple

  

clRed

  

clScrollBar

  

clShadow

  

Deprecated CLX color. Don't use.

clSilver

  

clSkyBlue

  

clTeal

  

clText

  

Deprecated CLX color. Don't use.

clWhite

  

clWindow

  

The color of the background of a widget, for example a TEdit. This is usually white. Don't confuse this with the background of a window, or form, which is given by clForm

clWindowFrame

  

clWindowText

  

The color of the text in a widget, such as for example TEdit. This is usually black. Don't confuse with the color of the window decoration caption or of a raised control such as buttons or anything else.

clxBackground

  

Deprecated CLX color. Don't use.

clxHighlight

  

Deprecated CLX color. Don't use.

clYellow

  

cmBlackness

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with all black.

cmDstInvert

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (not Dst)

cmMergeCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Src and Pattern)

cmMergePaint

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst or not Src)

cmNotSrcCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (not Src)

cmNotSrcErase

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (not (Dst or Src))

cmPatCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Pattern)

cmPatInvert

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst xor Pattern)

cmPatPaint

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst or (not Src) or Pattern)

cmSrcAnd

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst and Src)

cmSrcCopy

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with Src.

cmSrcErase

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with ((not Dst) and Src)

cmSrcInvert

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst xor Src)

cmSrcPaint

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with (Dst or Src)

cmWhiteness

  

Ternary raster operation (Dst op Src op Pattern): Fills the destination area with all white.

DefFontData

  

Default Data for any new Font

ExtendedColorCount

FontCharsets

  

PIXELFORMAT_BPP

pmBlack

  

pmCopy

  

pmMask

  

pmMaskNotPen

  

pmMaskPenNot

  

pmMerge

  

pmMergeNotPen

  

pmMergePenNot

  

pmNop

  

pmNot

  

pmNotCopy

  

pmNotMask

  

pmNotMerge

  

pmNotXor

  

pmWhite

  

pmXor

  

psClear

  

psDash

  

psDashDot

  

psDashDotDot

  

psDot

  

psInsideframe

  

psPattern

psSolid

  

StandardColorsCount

The latest version of this document can be found at lazarus-ccr.sourceforge.net.