FUIPaletteHexColor

@available(*, deprecated, renamed: "FUIHexColor", message: "Please use `FUIHexColor` instead")
public struct FUIPaletteHexColor

A struct for representing the color in hexadecimal.

  • String for representing the color.

    Declaration

    Swift

    public let string: String
  • Alpha value for the color.

    Declaration

    Swift

    public let alpha: CGFloat
  • Return the correct color in UIColor.

    Declaration

    Swift

    public func color() -> UIColor