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.

Attributes

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].

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product