SetColor

SetColor(string, Color)

public bool SetColor(string name, Color value) ;

Description

It wants to set the value of the Color type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetColor(int, Color)

public bool SetColor(int id, Color value) ;

Description

It wants to set the value of the Color type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.