RGB

org.nlogo.window.RGB
case class RGB(r: Double, g: Double, b: Double) extends NLColorValue

Attributes

Source
JFXColorPicker.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NLColorValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toColor: Color

Attributes

Definition Classes
Source
JFXColorPicker.scala
override def toJSArgs: String

Attributes

Definition Classes
Source
JFXColorPicker.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product