global class DescribeColorResult { global String color; global String context; global String theme; global String getColor() { } global String getContext() { } global String getTheme() { } }