org.nlogo.api

Color

object Color extends AnyRef

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Black: Int

  7. val BoxedBlack: Double

  8. val BoxedWhite: Double

  9. val ColorNames: Array[String]

  10. val MaxColor: Int

  11. val NumHues: Int

  12. val White: Double

  13. def argbToColor(argb: Int): Double

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def findCentralColorNumber(color: Double): Double

  20. def getARGBByIndex(index: Int): Int

  21. def getARGBIntByRGBAList(rgba: LogoList): Int

  22. def getARGBbyPremodulatedColorNumber(modulatedColor: Double): Int

  23. final def getClass(): java.lang.Class[_]

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

  25. def getClosestColorNumberByARGB(argb: Int): Double

  26. def getClosestColorNumberByHSB(h: Float, s: Float, b: Float): Double

  27. def getColor(color: AnyRef): Color

  28. def getColorNameByIndex(index: Int): String

  29. def getColorNamesArray: Array[String]

  30. def getColorNumberByIndex(index: Int): Double

  31. def getComplement(color: Color): Color

  32. def getHSBListByARGB(argb: Int): LogoList

  33. def getRGBAListByARGB(argb: Int): LogoList

  34. def getRGBByName(name: String): Int

  35. def getRGBInt(c: AnyRef): Int

  36. def getRGBInt(r: Int, g: Int, b: Int): Int

  37. def getRGBListByARGB(argb: Int): LogoList

  38. def hashCode(): Int

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

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

  41. def modulateDouble(color: Double): Double

  42. def modulateInteger(color: Int): Int

  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  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. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  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()

Inherited from AnyRef

Inherited from Any