parameters property

  1. @override
String get parameters
override

The colour half of the code, between the 38/48/58 and the m.

5;<index> for the 256-colour table, 2;<r>;<g>;<b> for 24-bit.

Implementation

@override
String get parameters => '5;$index';