TryGetColor

TryGetColor(string, out Color)

public bool TryGetColor(string name, out Color value) ;

Description

Get the value of the Color type.

Parameters

Parameter Name Description
name Name.
value The value you get.

Returns

The true when there parameters of the specified name.

TryGetColor(int, out Color)

public bool TryGetColor(int id, out Color value) ;

Description

Get the value of the Color type.

Parameters

Parameter Name Description
id ID.
value The value you get.

Returns

The true when there parameters of the specified name.