Share

AcGiVisualStyleProperties::EdgeJitterAmount Enumeration

C++

enum EdgeJitterAmount {
  kJitterLow = 1,
  kJitterMedium,
  kJitterHigh
};

File

acgivisualstyle.h

Members

Members Description
kJitterLowA small amount of perturbation will be applied to the edges.
kJitterMediumA medium amount of perturbation will be applied to the edges.
kJitterHighA large amount of perturbation will be applied to the edges.

Description

Describes the amount of jitter effect to apply to edges.

Was this information helpful?