TryGetColorList

TryGetColorList(string, out IList<Color>)

public bool TryGetColorList(string name, out IList<Color> value) ;

Description

Get the value of the ColorList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetColorList(int, out IList<Color>)

public bool TryGetColorList(int id, out IList<Color> value) ;

Description

Get the value of the ColorList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.