UIColorPalette

public struct UIColorPalette : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • This color is that applies to selected states and buttons.

    Declaration

    Swift

    public let accent: String?
  • The foreground color that applies to any text or other elements that appear over the accent color.

    Declaration

    Swift

    public let accentForeground: String?
  • The color that applies to error messages.

    Declaration

    Swift

    public let danger: String?
  • The foreground color that applies to any text or other elements that appear over the error color.

    Declaration

    Swift

    public let dangerForeground: String?
  • The color that applies to the names of fields that are identified as dimensions.

    Declaration

    Swift

    public let dimension: String?
  • The foreground color that applies to any text or other elements that appear over the dimension color.

    Declaration

    Swift

    public let dimensionForeground: String?
  • The color that applies to the names of fields that are identified as measures.

    Declaration

    Swift

    public let measure: String?
  • The foreground color that applies to any text or other elements that appear over the measure color.

    Declaration

    Swift

    public let measureForeground: String?
  • The background color that applies to visuals and other high emphasis UI.

    Declaration

    Swift

    public let primaryBackground: String?
  • The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

    Declaration

    Swift

    public let primaryForeground: String?
  • The background color that applies to the sheet background and sheet controls.

    Declaration

    Swift

    public let secondaryBackground: String?
  • The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

    Declaration

    Swift

    public let secondaryForeground: String?
  • The color that applies to success messages, for example the check mark for a successful download.

    Declaration

    Swift

    public let success: String?
  • The foreground color that applies to any text or other elements that appear over the success color.

    Declaration

    Swift

    public let successForeground: String?
  • This color that applies to warning and informational messages.

    Declaration

    Swift

    public let warning: String?
  • The foreground color that applies to any text or other elements that appear over the warning color.

    Declaration

    Swift

    public let warningForeground: String?
  • Undocumented

    Declaration

    Swift

    public init(accent: String? = nil, accentForeground: String? = nil, danger: String? = nil, dangerForeground: String? = nil, dimension: String? = nil, dimensionForeground: String? = nil, measure: String? = nil, measureForeground: String? = nil, primaryBackground: String? = nil, primaryForeground: String? = nil, secondaryBackground: String? = nil, secondaryForeground: String? = nil, success: String? = nil, successForeground: String? = nil, warning: String? = nil, warningForeground: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws