Initializes a new instance of the
Color class
Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Color(
byte r,
byte g,
byte b,
byte a = 255
)
public Color(
byte r,
byte g,
byte b,
byte a = 255
)
Public Sub New (
r As Byte,
g As Byte,
b As Byte,
Optional a As Byte = 255
)
Public Sub New (
r As Byte,
g As Byte,
b As Byte,
Optional a As Byte = 255
)
public:
Color(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a = 255
)
public:
Color(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a = 255
)
new :
r : byte *
g : byte *
b : byte *
?a : byte
(* Defaults:
let _a = defaultArg a 255
*)
-> Color
new :
r : byte *
g : byte *
b : byte *
?a : byte
(* Defaults:
let _a = defaultArg a 255
*)
-> Color