alpha property

  1. @TagNumber.new(3)
double get alpha

Target image opacity. Valid values are from 1.0 (solid, default) to 0.0 (transparent), exclusive. Set this to a value greater than 0.0.

Implementation

@$pb.TagNumber(3)
$core.double get alpha => $_getN(2);
  1. @TagNumber.new(3)
set alpha (double v)

Implementation

@$pb.TagNumber(3)
set alpha($core.double v) { $_setDouble(2, v); }