Robocode Tank Royale Bot API
GitHub
Preparing search index...
ColorUtil
Variable ColorUtil
Const
ColorUtil
:
{
fromHex
(
hexTriplet
:
string
)
:
Color
;
fromHexColor
(
str
:
string
|
null
)
:
Color
|
null
;
toHex
(
color
:
Color
|
null
)
:
string
|
null
;
}
= ...
Type Declaration
fromHex
:
function
fromHex
(
hexTriplet
:
string
)
:
Color
Parameters
hexTriplet
:
string
Returns
Color
fromHexColor
:
function
fromHexColor
(
str
:
string
|
null
)
:
Color
|
null
Parameters
str
:
string
|
null
Returns
Color
|
null
toHex
:
function
toHex
(
color
:
Color
|
null
)
:
string
|
null
Parameters
color
:
Color
|
null
Returns
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Robocode Tank Royale Bot API
Loading...