Packages

o

org.nlogo.api

Color

object Color extends core.Color

Source
Color.scala
Linear Supertypes
core.Color, AnyRef, Any
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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BaseColors: LogoList
  5. val BoxedBlack: Double
    Definition Classes
    Color
  6. val BoxedWhite: Double
    Definition Classes
    Color
  7. val ColorNames: Array[String]
  8. val MaxColor: Int
    Definition Classes
    Color
  9. val NumHues: Int
    Definition Classes
    Color
  10. def argbToColor(argb: Int): Double
    Definition Classes
    Color
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def convertGoodHSBListToDumbOldHSBFormat(hsbvals: LogoList): LogoList
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def estimateClosestColorNumberByRGB(argb: Int): Double
    Attributes
    protected
    Definition Classes
    Color
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findCentralColorNumber(color: Double): Double
    Definition Classes
    Color
  19. def getARGBByIndex(index: Int): Int
    Definition Classes
    Color
  20. def getARGBIntByRGBAList(rgba: LogoList): Int
    Definition Classes
    Color
  21. def getARGBbyPremodulatedColorNumber(modulatedColor: Double): Int
    Definition Classes
    Color
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getClosestColorNameByARGB(argb: Int): String
  24. def getClosestColorNumberByARGB(argb: Int): Double
    Definition Classes
    Color
  25. def getClosestColorNumberByHSB(h: Float, s: Float, b: Float): Double
  26. def getColor(color: AnyRef): java.awt.Color
  27. def getColorNameByIndex(index: Int): String
  28. def getColorNumberByIndex(index: Int): Double
  29. def getComplement(color: java.awt.Color): java.awt.Color
  30. def getHSBListByARGB(argb: Int): LogoList
  31. def getHSBListByColor(color: Double): LogoList
  32. def getHSBListByRGBList(rgbList: LogoList): LogoList
  33. def getRGBAListByARGB(argb: Int): LogoList
  34. def getRGBByName(name: String): Int
    Definition Classes
    Color
  35. def getRGBInt(c: AnyRef): Int
    Definition Classes
    Color
  36. def getRGBInt(r: Int, g: Int, b: Int): Int
    Definition Classes
    Color
  37. def getRGBListByARGB(argb: Int): LogoList
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  41. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  42. def modulateInteger(color: Int): Int
    Definition Classes
    Color
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. val rgbMap: HashMap[Double, Double]
    Attributes
    protected
    Definition Classes
    Color
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def translateSavedColor(color: Int): Int
  50. def validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit
    Annotations
    @throws( classOf[AgentException] )
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from core.Color

Inherited from AnyRef

Inherited from Any

Ungrouped