formatColor method

  1. @override
int formatColor(
  1. PColor color
)
override

Formats color to this instance format.

Implementation

@override
int formatColor(PColor color) => color.argbInt;