ColorPalettesView
final class ColorPalettesView : UIView
This view is a representation of the colors in the color palettes.
-
StackView to display all the colors.
Declaration
Swift
private(set) var stackView: UIStackView! { get }
-
Palette to be used.
Declaration
Swift
private(set) var palette: UIColor.Palette! { get }
-
Custom init.
Declaration
Swift
convenience init(palette: UIColor.Palette)
Parameters
palette
Palette to be used