SetColorList

SetColorList(string, IList<Color>)

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

Description

It wants to set the value of the ColorList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetColorList(int, IList<Color>)

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

Description

It wants to set the value of the ColorList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.