Module aya.pretty

Interface ColorScheme

All Known Implementing Classes:
AyaColorScheme

public interface ColorScheme
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    colorOf(float r, float g, float b)
     
    @NotNull kala.collection.mutable.MutableMap<String,Integer>
     
  • Method Details

    • definedColors

      @NotNull @NotNull kala.collection.mutable.MutableMap<String,Integer> definedColors()
    • colorOf

      static int colorOf(float r, float g, float b)