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, hMax: Float, sMax: Float, bMax: 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, hMax: Float, sMax: Float, bMax: Float): LogoList

  33. def getHSBListByColor(hMax: Float, sMax: Float, bMax: Float, color: Double): LogoList

  34. def getHSBListByRGBList(hMax: Float, sMax: Float, bMax: Float, rgbList: LogoList): LogoList

  35. def getRGBAListByARGB(argb: Int): LogoList

  36. def getRGBByName(name: String): Int

  37. def getRGBInt(c: AnyRef): Int

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

  39. def getRGBListByARGB(argb: Int): LogoList

  40. def hashCode(): Int

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

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

  43. def modulateDouble(color: Double): Double

  44. def modulateInteger(color: Int): Int

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

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

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

    Definition Classes
    AnyRef
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

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

  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
    @throws()

Inherited from AnyRef

Inherited from Any