$hasColorize property

bool $hasColorize

(Internal usage) Whether this object has a color applied to it.

Implementation

bool get $hasColorize {
  return $colorize != null && $colorize!.alpha > 0;
}