Function Theme.getColorList

Returns all the Colors as a PoolStringArray filled with each Color's name, for use in getColor, if the theme has type.

PoolArray!(godot.core.string.String) getColorList (
  const(String) type
) nothrow @nogc const;