接口 ColorScheme

所有已知实现类:
EmacsColorScheme

public interface ColorScheme
  • 方法概要

    修饰符和类型
    方法
    说明
    static int
    colorOf(float r, float g, float b)
     
    kala.collection.mutable.MutableMap<String,Integer>
     
  • 方法详细资料

    • definedColors

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

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