Unit 'MUIClass.Group' Package
[Overview][Classes][Index] [#MUIClass]

TMUIColorAdjust.ModeID

Which screen mode the color shall be adjusted.

Declaration

Source position: MUIClass.Group.pas line 264

published property TMUIColorAdjust.ModeID : LongWord
  read FModeID
  write SetModeID
  default 0;

Description

The object queries the display data base for some mode attributes (such as supported number of red/green/blue bits) and adjusts its display accordingly, giving the user an idea of what colors are supported.

Omitting this attribute does not affect the functionality of a coloradjust object. The user will still be able to adjust a color. However, if you know the ModeID, you should supply it.

Example:

ColorAdjust.ModeID := GetVPModeID(ViewPort);

See also

RGB

  

Set or get the red/green/blue values all at once.


Documentation generated on: 2024-04-24