Class IncodeColorScheme

  • All Implemented Interfaces:

    @Immutable()@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) 
    public class IncodeColorScheme
    
                        

    Color scheme defines all possible colors SDK uses in various UI components, as text, icon, button, borders etc. Parameters prefixed with "surface", "icon", "border" and "text" are directly assigned color values from the palette. Other parameters indirectly reference these directly colored parameters, inheriting their color values through a reference.

    For typical customization it's enough to declare values for params prefixed with: "surface", "icon", "border" and "text". All parameters are optional.

    E.g. to change only the screen's background, one may provide only surfaceNeutralLight with the desired Color.