Object

org.nlogo.api

Color

Related Doc: package api

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BaseColors: LogoList

    Permalink
  5. val BoxedBlack: Double

    Permalink
    Definition Classes
    Color
  6. val BoxedWhite: Double

    Permalink
    Definition Classes
    Color
  7. val ColorNames: Array[String]

    Permalink
  8. val MaxColor: Int

    Permalink
    Definition Classes
    Color
  9. val NumHues: Int

    Permalink
    Definition Classes
    Color
  10. def argbToColor(argb: Int): Double

    Permalink
    Definition Classes
    Color
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def convertGoodHSBListToDumbOldHSBFormat(hsbvals: LogoList): LogoList

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def estimateClosestColorNumberByRGB(argb: Int): Double

    Permalink
    Attributes
    protected
    Definition Classes
    Color
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findCentralColorNumber(color: Double): Double

    Permalink
    Definition Classes
    Color
  19. def getARGBByIndex(index: Int): Int

    Permalink
    Definition Classes
    Color
  20. def getARGBIntByRGBAList(rgba: LogoList): Int

    Permalink
    Definition Classes
    Color
  21. def getARGBbyPremodulatedColorNumber(modulatedColor: Double): Int

    Permalink
    Definition Classes
    Color
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getClosestColorNameByARGB(argb: Int): String

    Permalink
  24. def getClosestColorNumberByARGB(argb: Int): Double

    Permalink
    Definition Classes
    Color
  25. def getClosestColorNumberByHSB(h: Float, s: Float, b: Float): Double

    Permalink
  26. def getColor(color: AnyRef): java.awt.Color

    Permalink
  27. def getColorNameByIndex(index: Int): String

    Permalink
  28. def getColorNumberByIndex(index: Int): Double

    Permalink
  29. def getComplement(color: java.awt.Color): java.awt.Color

    Permalink
  30. def getHSBListByARGB(argb: Int): LogoList

    Permalink
  31. def getHSBListByColor(color: Double): LogoList

    Permalink
  32. def getHSBListByRGBList(rgbList: LogoList): LogoList

    Permalink
  33. def getRGBAListByARGB(argb: Int): LogoList

    Permalink
  34. def getRGBByName(name: String): Int

    Permalink
    Definition Classes
    Color
  35. def getRGBInt(c: AnyRef): Int

    Permalink
    Definition Classes
    Color
  36. def getRGBInt(r: Int, g: Int, b: Int): Int

    Permalink
    Definition Classes
    Color
  37. def getRGBListByARGB(argb: Int): LogoList

    Permalink
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. def modulateDouble(color: Double): Double

    Permalink
    Definition Classes
    Color
  41. def modulateDouble(color: Double): Double

    Permalink
    Definition Classes
    Color
  42. def modulateInteger(color: Int): Int

    Permalink
    Definition Classes
    Color
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. val rgbMap: HashMap[Double, Double]

    Permalink
    Attributes
    protected
    Definition Classes
    Color
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. def translateSavedColor(color: Int): Int

    Permalink
  50. def validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit

    Permalink
    Annotations
    @throws( classOf[AgentException] )
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from core.Color

Inherited from AnyRef

Inherited from Any

Ungrouped