A color object with RGB values of 1.0, 0.5, and 0.0, and an alpha value of 1.0.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- UIKit
Declaration
@property(class, nonatomic, readonly) UIColor *orangeColor;
A color object with RGB values of 1.0, 0.5, and 0.0, and an alpha value of 1.0.
SDKs
Framework
@property(class, nonatomic, readonly) UIColor *orangeColor;
black Color
A color object in the sRGB color space with a grayscale value of 0.0 and an alpha value of 1.0.
blue Color
A color object with RGB values of 0.0, 0.0, and 1.0, and an alpha value of 1.0.
brown Color
A color object with RGB values of 0.6, 0.4, and 0.2, and an alpha value of 1.0.
cyan Color
A color object with RGB values of 0.0, 1.0, and 1.0, and an alpha value of 1.0.
dark Gray Color
A color object with a grayscale value of 1/3 and an alpha value of 1.0.
gray Color
A color object with a grayscale value of 0.5 and an alpha value of 1.0.
green Color
A color object with RGB values of 0.0, 1.0, and 0.0, and an alpha value of 1.0.
light Gray Color
A color object with a grayscale value of 2/3 and an alpha value of 1.0.
magenta Color
A color object with RGB values of 1.0, 0.0, and 1.0, and an alpha value of 1.0.
purple Color
A color object with RGB values of 0.5, 0.0, and 0.5, and an alpha value of 1.0.
red Color
A color object with RGB values of 1.0, 0.0, and 0.0, and an alpha value of 1.0.
white Color
A color object with a grayscale value of 1.0 and an alpha value of 1.0.
yellow Color
A color object with RGB values of 1.0, 1.0, and 0.0, and an alpha value of 1.0.