ReadonlyCOLORSThe list of PaletteColor objects that compose the palette.
Optional ReadonlyCONTRAST_A map of hex color strings to arrays of hex colors,
where each color in the array passes the WCAG AA standard
with normal and large size text when compared to the key.
The only colors listed in this map should be the colors of the
palette, black (#000000), and white (#FFFFFF).
The colors in the palette that pass the WCAG AA standard when compared to any other color in the palette.
Readonly#000000: string[]The colors in the palette that pass the WCAG AA standard when compared to black (#000000). This list should NOT contain white (#FFFFFF) unless it is a color listed in the palette.
Readonly#FFFFFF: string[]The colors in the palette that pass the WCAG AA standard when compared to white (#FFFFFF). This list should NOT contain black (#000000) unless it is a color listed in the palette.
ReadonlyDISCRIMINATORDiscriminator value for the implementing interface.
ReadonlyIS_A flag indicating if the palette is a gradient.
ReadonlyNAMEThe name of the palette.
Optional ReadonlySOURCEThe source of the palette.
Optional ReadonlySOURCE_The source URL of the palette.
A collection of PaletteColor objects.
Since
2.0.0