Theme.setColor

Sets Theme's Color to color at name in type. Does nothing if Theme does not have type.

struct Theme
@nogc nothrow
void
setColor
(
StringArg0
StringArg1
)
(
in StringArg0 name
,
in StringArg1 type
,
in Color color
)

Meta