Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Color GetRandomColor(
byte lowValue = 16,
byte highValue = 255
)
public static Color GetRandomColor(
byte lowValue = 16,
byte highValue = 255
)
Public Shared Function GetRandomColor (
Optional lowValue As Byte = 16,
Optional highValue As Byte = 255
) As Color
Public Shared Function GetRandomColor (
Optional lowValue As Byte = 16,
Optional highValue As Byte = 255
) As Color
public:
static Color GetRandomColor(
unsigned char lowValue = 16,
unsigned char highValue = 255
)
public:
static Color GetRandomColor(
unsigned char lowValue = 16,
unsigned char highValue = 255
)
static member GetRandomColor :
?lowValue : byte *
?highValue : byte
(* Defaults:
let _lowValue = defaultArg lowValue 16
let _highValue = defaultArg highValue 255
*)
-> Color
static member GetRandomColor :
?lowValue : byte *
?highValue : byte
(* Defaults:
let _lowValue = defaultArg lowValue 16
let _highValue = defaultArg highValue 255
*)
-> Color
Return Value
Type:
Color