Packages

o

org.nlogo.api

Color

object Color extends Color

Source
Color.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Color
  2. Color
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val BaseColors: LogoList
  2. val BoxedBlack: Double
    Definition Classes
    Color
  3. val BoxedWhite: Double
    Definition Classes
    Color
  4. val ColorNames: Array[String]
  5. val MaxColor: Int
    Definition Classes
    Color
  6. val NumHues: Int
    Definition Classes
    Color
  7. def argbToColor(argb: Int): Double
    Definition Classes
    Color
  8. def convertGoodHSBListToDumbOldHSBFormat(hsbvals: LogoList): LogoList
  9. def findCentralColorNumber(color: Double): Double
    Definition Classes
    Color
  10. def getARGBByIndex(index: Int): Int
    Definition Classes
    Color
  11. def getARGBIntByRGBAList(rgba: LogoList): Int
    Definition Classes
    Color
  12. def getARGBbyPremodulatedColorNumber(modulatedColor: Double): Int
    Definition Classes
    Color
  13. def getClosestColorNameByARGB(argb: Int): String
  14. def getClosestColorNumberByARGB(argb: Int): Double
    Definition Classes
    Color
  15. def getClosestColorNumberByHSB(h: Float, s: Float, b: Float): Double
  16. def getColor(color: AnyRef): Color
  17. def getColorNameByIndex(index: Int): String
  18. def getColorNumberByIndex(index: Int): Double
  19. def getComplement(color: Color): Color
  20. def getHSBListByARGB(argb: Int): LogoList
  21. def getHSBListByColor(color: Double): LogoList
  22. def getHSBListByRGBList(rgbList: LogoList): LogoList
  23. def getRGBAListByARGB(argb: Int): LogoList
  24. def getRGBByName(name: String): Int
    Definition Classes
    Color
  25. def getRGBInt(c: AnyRef): Int
    Definition Classes
    Color
  26. def getRGBInt(r: Int, g: Int, b: Int): Int
    Definition Classes
    Color
  27. def getRGBListByARGB(argb: Int): LogoList
  28. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  29. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  30. def modulateInteger(color: Int): Int
    Definition Classes
    Color
  31. def translateSavedColor(color: Int): Int
  32. def validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit
    Annotations
    @throws( classOf[AgentException] )