implicit final
class
SDL_ColorOps extends AnyVal
Instance Constructors
-
new
SDL_ColorOps(self: Ptr[SDL_Color])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
a: UByte
-
final
def
asInstanceOf[T0]: T0
-
def
b: UByte
-
def
g: UByte
-
def
getClass(): Class[_ <: AnyVal]
-
def
init(r: UByte, g: UByte, b: UByte, a: UByte): Ptr[SDL_Color]
-
final
def
isInstanceOf[T0]: Boolean
-
def
r: UByte
-
-
def
toString(): String