Color

langoustine.lsp.structures.Color
See theColor companion object
case class Color(red: Float, green: Float, blue: Float, alpha: Float)

Represents a color in RGBA space.

Value parameters

alpha

The alpha component of this color in the range [0-1].

blue

The blue component of this color in the range [0-1].

green

The green component of this color in the range [0-1].

red

The red component of this color in the range [0-1].

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product