Contents

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.

See Also

Getting Color Components