Contents

green

Returns the unpremultiplied green component of the color.

Declaration

var green: 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