quality property

  1. @TagNumber.new(11)
int get quality

The quality of the generated sprite sheet. Enter a value between 1 and 100, where 1 is the lowest quality and 100 is the highest quality. The default is 100. A high quality value corresponds to a low image data compression ratio.

Implementation

@$pb.TagNumber(11)
$core.int get quality => $_getIZ(10);
  1. @TagNumber.new(11)
set quality (int v)

Implementation

@$pb.TagNumber(11)
set quality($core.int v) { $_setSignedInt32(10, v); }