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