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. 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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 findCentralColorNumber(color: Double): Double
    Definition Classes
    Color
  18. def getARGBByIndex(index: Int): Int
    Definition Classes
    Color
  19. def getARGBIntByRGBAList(rgba: LogoList): Int
    Definition Classes
    Color
  20. def getARGBbyPremodulatedColorNumber(modulatedColor: Double): Int
    Definition Classes
    Color
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def getClosestColorNameByARGB(argb: Int): String
  23. def getClosestColorNumberByARGB(argb: Int): Double
    Definition Classes
    Color
  24. def getClosestColorNumberByHSB(h: Float, s: Float, b: Float): Double
  25. def getColor(color: AnyRef): Color
  26. def getColorNameByIndex(index: Int): String
  27. def getColorNumberByIndex(index: Int): Double
  28. def getComplement(color: Color): Color
  29. def getHSBListByARGB(argb: Int): LogoList
  30. def getHSBListByColor(color: Double): LogoList
  31. def getHSBListByRGBList(rgbList: LogoList): LogoList
  32. def getRGBAListByARGB(argb: Int): LogoList
  33. def getRGBByName(name: String): Int
    Definition Classes
    Color
  34. def getRGBInt(c: AnyRef): Int
    Definition Classes
    Color
  35. def getRGBInt(r: Int, g: Int, b: Int): Int
    Definition Classes
    Color
  36. def getRGBListByARGB(argb: Int): LogoList
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  40. def modulateDouble(color: Double): Double
    Definition Classes
    Color
  41. def modulateInteger(color: Int): Int
    Definition Classes
    Color
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  45. val rgbMap: LinkedHashMap[Double, Double]
    Attributes
    protected
    Definition Classes
    Color
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def translateSavedColor(color: Int): Int
  49. def validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit
    Annotations
    @throws( classOf[AgentException] )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Color

Inherited from AnyRef

Inherited from Any

Ungrouped