getColorState property

HSBColor? getColorState

Implementation

HSBColor? get getColorState {
  return getColorTrait?.color;
}