UIKit.UIColor: Property Members

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

Public Properties

[read-only]
static
BlackUIColor. A color with grayscale 0.0 and alpha 1.0.
[read-only]
static
BlueUIColor. A color with RGBA of (0,0,1,1).
[read-only]
static
BrownUIColor. A color with RGBA of (0.6, 0.4, 0.2, 1.0).
[read-only]
CGColorCoreGraphics.CGColor. Returns the CoreGraphics CGColor for this UIColor.
[read-only]
CIColorCoreImage.CIColor. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
ClearUIColor. A color with grayscale 0 and alpha 0.
[read-only]
static
CyanUIColor. A color with RGBA of (0, 1, 1, 1).
[read-only]
static
DarkGrayUIColor. A color with grayscale 1/3 and alpha 1.
[read-only]
static
DarkTextColorUIColor. The system color for displaying text on a light background.
[read-only]
static
GrayUIColor. A color object with grayscale 0.5 and alpha 1.0.
[read-only]
static
GreenUIColor. A color with RGBA of (0,1,0,1).
[read-only]
static
GroupTableViewBackgroundColorUIColor. The operating system color used for the background in groupped UITableViews.
[read-only]
static
LightGrayUIColor. A color with grayscale 2/3 and alpha 1.
[read-only]
static
LightTextColorUIColor. The operating system color used for displaying text on a dark background.
[read-only]
static
MagentaUIColor. A color with RGBA of (1,0,1,1).
[read-only]
static
OrangeUIColor. A color with RGBA of (1.0, 0.5, 0.0, 1.0).
[read-only]
static
PurpleUIColor. A color with RGBA of (0.5, 0.0, 0.5, 1.0).
[read-only]
static
RedUIColor. A color with RGBA of (1,0,0,1).
[read-only]
static
ScrollViewTexturedBackgroundColorUIColor. Developers should not use this deprecated property, that renders the area behind scrollable content.
[read-only]
static
UnderPageBackgroundColorUIColor. Developers should not use this deprecated method, indicating the color used to render the background of a page.
[read-only]
static
ViewFlipsideBackgroundColorUIColor. Developers should not use this deprecated property, that specifies the back of pages during a flip transition.
[read-only]
static
WhiteUIColor. A color with grayscale 1 and alpha 1.
[read-only]
static
YellowUIColor. A color with RGBA of (1, 1, 0, 1).