Color

org.nlogo.api.Color
object Color extends Color

Attributes

Source
Color.scala
Graph
Supertypes
trait Color
class Object
trait Matchable
class Any
Self type
Color.type

Members list

Value members

Concrete methods

Attributes

Source
Color.scala

Attributes

Source
Color.scala
def getColor(color: AnyRef): Color

Attributes

Source
Color.scala

Attributes

Source
Color.scala

Attributes

Source
Color.scala
def getComplement(color: Color): Color

Attributes

Source
Color.scala

Attributes

Source
Color.scala

Attributes

Source
Color.scala

Attributes

Source
Color.scala

Attributes

Source
Color.scala

Attributes

Source
Color.scala
def translateSavedColor(color: Int): Int

Attributes

Source
Color.scala
def validRGBList(rgb: LogoList, allowAlpha: Boolean): Unit

Attributes

Source
Color.scala

Inherited methods

def argbToColor(argb: Int): Double

Attributes

Inherited from:
Color
Source
Color.scala

Attributes

Inherited from:
Color
Source
Color.scala
def getARGBByIndex(index: Int): Int

Attributes

Inherited from:
Color
Source
Color.scala

Attributes

Inherited from:
Color
Source
Color.scala

Attributes

Inherited from:
Color
Source
Color.scala

Attributes

Inherited from:
Color
Source
Color.scala
def getRGBByName(name: String): Int

Attributes

Inherited from:
Color
Source
Color.scala
def getRGBInt(c: AnyRef): Int

Attributes

Inherited from:
Color
Source
Color.scala
def getRGBInt(r: Int, g: Int, b: Int): Int

Attributes

Inherited from:
Color
Source
Color.scala

Attributes

Inherited from:
Color
Source
Color.scala
def modulateDouble(color: Double): Double

Attributes

Inherited from:
Color
Source
Color.scala
def modulateInteger(color: Int): Int

Attributes

Inherited from:
Color
Source
Color.scala

Concrete fields

Attributes

Source
Color.scala
val ColorNames: Array[String]

Attributes

Source
Color.scala

Inherited fields

val BoxedBlack: Double

Attributes

Inherited from:
Color
Source
Color.scala
val BoxedWhite: Double

Attributes

Inherited from:
Color
Source
Color.scala
val MaxColor: Int

Attributes

Inherited from:
Color
Source
Color.scala
val NumHues: Int

Attributes

Inherited from:
Color
Source
Color.scala