Package 

Object DefaultColors.Light

  • All Implemented Interfaces:
    com.patrykandpatrick.vico.core.DefaultColors

    
    public class DefaultColors.Light
     implements DefaultColors
                        

    The default chart colors for light mode.

    • Method Detail

      • getElevationOverlayColor

         Long getElevationOverlayColor()

        The default color for elevation overlays. Its opacity is modified depending on the elevation.

      • getEntity1Color

         Long getEntity1Color()

        The color for columns whose index in a column collection is 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 3k (k ∈ N).

      • getEntity2Color

         Long getEntity2Color()

        The color for columns whose index in a column collection is 1 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 1 + 3k (k ∈ N).

      • getEntity3Color

         Long getEntity3Color()

        The color for columns whose index in a column collection is 2 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 2 + 3k (k ∈ N).