RingLightColorSelectionViewDelegate
public protocol RingLightColorSelectionViewDelegate : AnyObject
Undocumented
-
Notifies the delegate that a color was selected.
Declaration
Swift
func ringLightColorSelectionView(_ view: RingLightColorSelectionView, selectedColor color: UIColor)
Parameters
view
The ring light color selection view.
selectedColor
The color that was just selected.