makeColorIndex method

  1. @protected
int makeColorIndex([
  1. int? precision
])

Implementation

@protected
int makeColorIndex([int? precision]) => makeUInt(precision ?? cgm.colorIndexPrecision);