Class IncodeColorPalette
-
- All Implemented Interfaces:
@Serializable() public final class IncodeColorPaletteColor palette for the Incode theme configuration.
Defines all color tokens used across the SDK UI, including brand colors, neutrals, semantic colors (positive, warning, negative), and focus colors.
- Since:
-
-
Field Summary
Fields Modifier and Type Field Description private final Colorneutralprivate final Colorblackprivate final Colorbrand50private final Colorbrand200private final Colorbrand300private final Colorbrand400private final Colorbrand500private final Colorbrand600private final Colorbrand900private final Colorgray0private final Colorgray50private final Colorgray100private final Colorgray200private final Colorgray300private final Colorgray400private final Colorgray500private final Colorgray700private final Colorgray800private final Colorgray900private final Colorgray1000private final ColorbrandSecondary50private final ColorbrandSecondary500private final Colorpositive50private final Colorpositive400private final Colorpositive500private final Colorpositive800private final Colorwarning50private final Colorwarning400private final Colorwarning500private final Colorwarning950private final Colornegative50private final Colornegative400private final Colornegative500private final Colornegative950private final Colorfocus400private final Colorfocus500
-
Constructor Summary
Constructors Constructor Description IncodeColorPalette(Color neutral, Color black, Color brand50, Color brand200, Color brand300, Color brand400, Color brand500, Color brand600, Color brand900, Color gray0, Color gray50, Color gray100, Color gray200, Color gray300, Color gray400, Color gray500, Color gray700, Color gray800, Color gray900, Color gray1000, Color brandSecondary50, Color brandSecondary500, Color positive50, Color positive400, Color positive500, Color positive800, Color warning50, Color warning400, Color warning500, Color warning950, Color negative50, Color negative400, Color negative500, Color negative950, Color focus400, Color focus500)
-
Method Summary
-
-
Constructor Detail
-
IncodeColorPalette
IncodeColorPalette(Color neutral, Color black, Color brand50, Color brand200, Color brand300, Color brand400, Color brand500, Color brand600, Color brand900, Color gray0, Color gray50, Color gray100, Color gray200, Color gray300, Color gray400, Color gray500, Color gray700, Color gray800, Color gray900, Color gray1000, Color brandSecondary50, Color brandSecondary500, Color positive50, Color positive400, Color positive500, Color positive800, Color warning50, Color warning400, Color warning500, Color warning950, Color negative50, Color negative400, Color negative500, Color negative950, Color focus400, Color focus500)
-
-
Method Detail
-
getNeutral
final Color getNeutral()
-
getBrand50
final Color getBrand50()
-
getBrand200
final Color getBrand200()
-
getBrand300
final Color getBrand300()
-
getBrand400
final Color getBrand400()
-
getBrand500
final Color getBrand500()
-
getBrand600
final Color getBrand600()
-
getBrand900
final Color getBrand900()
-
getGray100
final Color getGray100()
-
getGray200
final Color getGray200()
-
getGray300
final Color getGray300()
-
getGray400
final Color getGray400()
-
getGray500
final Color getGray500()
-
getGray700
final Color getGray700()
-
getGray800
final Color getGray800()
-
getGray900
final Color getGray900()
-
getGray1000
final Color getGray1000()
-
getBrandSecondary50
final Color getBrandSecondary50()
-
getBrandSecondary500
final Color getBrandSecondary500()
-
getPositive50
final Color getPositive50()
-
getPositive400
final Color getPositive400()
-
getPositive500
final Color getPositive500()
-
getPositive800
final Color getPositive800()
-
getWarning50
final Color getWarning50()
-
getWarning400
final Color getWarning400()
-
getWarning500
final Color getWarning500()
-
getWarning950
final Color getWarning950()
-
getNegative50
final Color getNegative50()
-
getNegative400
final Color getNegative400()
-
getNegative500
final Color getNegative500()
-
getNegative950
final Color getNegative950()
-
getFocus400
final Color getFocus400()
-
getFocus500
final Color getFocus500()
-
createDefault
final static IncodeColorPalette createDefault()
-
-
-
-