Provides access to members that control the monitor settings.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Maintains color profile information about a monitor. This information can be supplied by a third party device called a colorimeter, which evaluates the monitor under a specific lighting condition.
Members
Description | ||
---|---|---|
Gamma | The gamma value of the monitor. ( 1 <= gamma value <= 3). | |
GetBluePoint | The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
GetGreenPoint | The green point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
GetRedPoint | The red point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
GetWhitePoint | The white point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
MonitorName | The name of the monitor. | |
PhosphorName | The phosphor name of the monitor. | |
SetBluePoint | The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
SetGreenPoint | The green point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
SetRedPoint | The red point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
SetWhitePoint | The white point of the monitor (0 <= x <= 1, 0 <= y <= 1. | |
WhitePointName | The white point name of the monitor. |
CoClasses that implement IMonitorSettings
CoClasses and Classes | Description |
---|---|
MonitorSettings | This object stores color settings specifically for one monitor to optimize color representation. |