getCurrentColor method

Color getCurrentColor()

Implementation

Color getCurrentColor() {
  buildColor();
  return _currentColor;
}