sRGB

ai.dragonfly.mesh.sRGB
opaque object sRGB

Attributes

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

Members list

Type members

Classlikes

object ARGB32

Attributes

Source
sRGB.scala
Supertypes
class Object
trait Matchable
class Any
Self type
ARGB32.type

Types

opaque type ARGB32

Attributes

Source
sRGB.scala

Extensions

Extensions

extension (argb: ARGB32)
def alpha: Int

Attributes

Returns

the alpha transparency component of this color in ARGB space with values ranging from: [0-255]

Source
sRGB.scala
def blue: Int

Attributes

Returns

the blue component of this color in ARGB space with values ranging from: [0-255]

Source
sRGB.scala
def green: Int

Attributes

Returns

the green component of this color in ARGB space with values ranging from: [0-255]

Source
sRGB.scala
def normalizedAlpha: Float

Attributes

Returns

the alpha component of this color in ARGB space with values ranging from: [0.0f-1.0f]

Source
sRGB.scala
def normalizedBlue: Float

Attributes

Returns

the blue component of this color in ARGB space with values ranging from: [0.0f-1.0f]

Source
sRGB.scala
def normalizedGreen: Float

Attributes

Returns

the green component of this color in ARGB space with values ranging from: [0.0f-1.0f]

Source
sRGB.scala
def normalizedRed: Float

Attributes

Returns

the red component of this color in ARGB space with values ranging from: [0.0f-1.0f]

Source
sRGB.scala
def red: Int

Attributes

Returns

the red component of this color in ARGB space with values ranging from: [0-255]

Source
sRGB.scala