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(
float redValue,
float greenValue,
float blueValue,
float alphaValue = 1f
)
public Color(
float redValue,
float greenValue,
float blueValue,
float alphaValue = 1f
)
Public Sub New (
redValue As Single,
greenValue As Single,
blueValue As Single,
Optional alphaValue As Single = 1F
)
Public Sub New (
redValue As Single,
greenValue As Single,
blueValue As Single,
Optional alphaValue As Single = 1F
)
public:
Color(
float redValue,
float greenValue,
float blueValue,
float alphaValue = 1f
)
public:
Color(
float redValue,
float greenValue,
float blueValue,
float alphaValue = 1f
)
new :
redValue : float32 *
greenValue : float32 *
blueValue : float32 *
?alphaValue : float32
(* Defaults:
let _alphaValue = defaultArg alphaValue 1f
*)
-> Color
new :
redValue : float32 *
greenValue : float32 *
blueValue : float32 *
?alphaValue : float32
(* Defaults:
let _alphaValue = defaultArg alphaValue 1f
*)
-> Color