The properties of UIKit.UIColor are listed below. For a list of all members, see the UIColor Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] static | Black | UIColor. A color with grayscale 0.0 and alpha 1.0. |
| [read-only] static | Blue | UIColor. A color with RGBA of (0,0,1,1). |
| [read-only] static | Brown | UIColor. A color with RGBA of (0.6, 0.4, 0.2, 1.0). |
| [read-only] | CGColor | CoreGraphics.CGColor. Returns the CoreGraphics CGColor for this UIColor. |
| [read-only] | CIColor | CoreImage.CIColor. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | Clear | UIColor. A color with grayscale 0 and alpha 0. |
| [read-only] static | Cyan | UIColor. A color with RGBA of (0, 1, 1, 1). |
| [read-only] static | DarkGray | UIColor. A color with grayscale 1/3 and alpha 1. |
| [read-only] static | DarkTextColor | UIColor. The system color for displaying text on a light background. |
| [read-only] static | Gray | UIColor. A color object with grayscale 0.5 and alpha 1.0. |
| [read-only] static | Green | UIColor. A color with RGBA of (0,1,0,1). |
| [read-only] static | GroupTableViewBackgroundColor | UIColor. The operating system color used for the background in groupped UITableViews. |
| [read-only] static | LightGray | UIColor. A color with grayscale 2/3 and alpha 1. |
| [read-only] static | LightTextColor | UIColor. The operating system color used for displaying text on a dark background. |
| [read-only] static | Magenta | UIColor. A color with RGBA of (1,0,1,1). |
| [read-only] static | Orange | UIColor. A color with RGBA of (1.0, 0.5, 0.0, 1.0). |
| [read-only] static | Purple | UIColor. A color with RGBA of (0.5, 0.0, 0.5, 1.0). |
| [read-only] static | Red | UIColor. A color with RGBA of (1,0,0,1). |
| [read-only] static | ScrollViewTexturedBackgroundColor | UIColor. Developers should not use this deprecated property, that renders the area behind scrollable content. |
| [read-only] static | UnderPageBackgroundColor | UIColor. Developers should not use this deprecated method, indicating the color used to render the background of a page. |
| [read-only] static | ViewFlipsideBackgroundColor | UIColor. Developers should not use this deprecated property, that specifies the back of pages during a flip transition. |
| [read-only] static | White | UIColor. A color with grayscale 1 and alpha 1. |
| [read-only] static | Yellow | UIColor. A color with RGBA of (1, 1, 0, 1). |