Color

sfml.graphics.Color
See theColor companion trait
object Color

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Color.type

Members list

Type members

Classlikes

object ctor

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ctor.type

Value members

Concrete methods

def Black(): Color
def Blue(): Color
def Cyan(): Color
def Green(): Color
def Magenta(): Color
def Red(): Color
def White(): Color
def Yellow(): Color
def apply(): Color
def apply(red: Int, green: Int, blue: Int, alpha: Int): Color
def unapply(color: Color): (Int, Int, Int, Int)

Extensions

Extensions

extension (color: Immutable[Color])
def a: Int
def b: Int
def copy(r: Int, g: Int, b: Int, a: Int): Color
def g: Int
def r: Int