blue
Returns the unpremultiplied blue component of the color.
Declaration
var blue: CGFloat { get }Discussion
If the CIColor was initialized with a CGColor in a non-RGB CGColorSpace then it will be converted to sRGB to get the green component.
Returns the unpremultiplied blue component of the color.
var blue: CGFloat { get }If the CIColor was initialized with a CGColor in a non-RGB CGColorSpace then it will be converted to sRGB to get the green component.