Function Theme.setConstant

Sets the theme's constant to constant at name in type. Does nothing if the theme does not have type.

void setConstant (
  const(String) name,
  const(String) type,
  const(long) constant
) nothrow @nogc;