Interface ContainerColorTokens

All Known Implementing Classes:
BladeContainerColorTokens

public interface ContainerColorTokens
  • Method Details

    • isDark

      boolean isDark()
    • getContainerSurfaceLowest

      Color getContainerSurfaceLowest()
    • getContainerSurfaceLow

      Color getContainerSurfaceLow()
    • getContainerSurface

      Color getContainerSurface()
    • getContainerSurfaceHigh

      Color getContainerSurfaceHigh()
    • getContainerSurfaceHighest

      Color getContainerSurfaceHighest()
    • getContainerSurfaceDim

      Color getContainerSurfaceDim()
    • getContainerSurfaceBright

      Color getContainerSurfaceBright()
    • getOnContainer

      Color getOnContainer()
    • getOnContainerVariant

      Color getOnContainerVariant()
    • getContainerOutline

      Color getContainerOutline()
    • getContainerOutlineVariant

      Color getContainerOutlineVariant()
    • getContainerSurfaceDisabledAlpha

      float getContainerSurfaceDisabledAlpha()
    • getOnContainerDisabledAlpha

      float getOnContainerDisabledAlpha()
    • getContainerOutlineDisabledAlpha

      float getContainerOutlineDisabledAlpha()
    • getInverseContainerSurface

      Color getInverseContainerSurface()
    • getInverseOnContainer

      Color getInverseOnContainer()
    • getInverseContainerOutline

      Color getInverseContainerOutline()
    • getComplementaryOnContainer

      Color getComplementaryOnContainer()
    • getComplementaryContainerOutline

      Color getComplementaryContainerOutline()
    • getAccentOnContainer

      Color getAccentOnContainer()
    • getColorFilter

      default RadianceIcon.ColorFilter getColorFilter(float brightnessFactor, float alpha)