DisplaySettings Methods | 
The DisplaySettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetBlue | 
            Gets the blue adjustment value.
              | |
| GetBrightness | 
            Gets the current brightness setting of the device.
              | |
| GetContrast | 
            Gets the current contrast setting for the current device.
              | |
| GetGreen | 
            Gets the green adjustment value.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetRed | 
            Gets the red adjustment value.
              | |
| GetSetCommand | 
            Gets the command.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| SetBlue | 
            Sets the blue adjustment value.
              | |
| SetBrightness | 
            Sets the brightness of the back-light in the display (if equipped). Valid
            values range from 0 (off) to 100 (full on).
              | |
| SetContrast | 
            Sets contrast of the display in the device (if equipped). Value values
            range from 0 (white) to 100 (black).
              | |
| SetGreen | 
            Sets the green adjustment value.
              | |
| SetRed | 
            Sets the red adjustment value.
              | |
| SetSetCommand | 
            Sets the command.
              | |
| ToString | 
            Converts this object into a human readable string.
              (Overrides ObjectToString.) |