PipettableColor

@objcMembers
@objc(PESDKColorPipette)
open class PipettableColor : Color

Represents a color that can be changed with the color pipette.

  • Creates a new PipetteableColor object.

    Declaration

    Swift

    public init(color: UIColor = UIColor.clear, colorName: String)

    Parameters

    color

    The initial color that this object represents.

    colorName

    The name for color, used for accessibility.