ColorExtrasgetColourFromInt Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Color getColourFromInt(
int p,
int min = -100,
int max = 100
)
Public Shared Function getColourFromInt (
p As Integer,
Optional min As Integer = -100,
Optional max As Integer = 100
) As Color
public:
static Color getColourFromInt(
int p,
int min = -100,
int max = 100
)
static member getColourFromInt :
p : int *
?min : int *
?max : int
(* Defaults:
let _min = defaultArg min -100
let _max = defaultArg max 100
*)
-> Color
Parameters
- p
- Type: SystemInt32
- min (Optional)
- Type: SystemInt32
- max (Optional)
- Type: SystemInt32
Return Value
Type:
Color
See Also