tune property

  1. @TagNumber.new(2)
String get tune

Set the denoiser mode. The default is standard.

Supported denoiser modes:

  • standard
  • grain

Implementation

@$pb.TagNumber(2)
$core.String get tune => $_getSZ(1);
  1. @TagNumber.new(2)
set tune (String v)

Implementation

@$pb.TagNumber(2)
set tune($core.String v) { $_setString(1, v); }