ciColor
The Core Image color that corresponds to the color object.
Declaration
var ciColor: CIColor { get }Discussion
This property throws an exception if the color object wasn’t initialized with a Core Image color.
The color object in this property doesn’t adapt automatically to Dark Mode changes. If you use it to set the color of interface elements, you must update that color yourself. You update that color when the userInterfaceStyle trait of the current trait collection changes.
For information on how to apply color information reliably, see Supporting Dark Mode in your interface.