C++
enum EdgeJitterAmount { kJitterLow = 1, kJitterMedium, kJitterHigh };
File
acgivisualstyle.h
Members
| Members | Description |
|---|---|
| kJitterLow | A small amount of perturbation will be applied to the edges. |
| kJitterMedium | A medium amount of perturbation will be applied to the edges. |
| kJitterHigh | A large amount of perturbation will be applied to the edges. |
Description
Describes the amount of jitter effect to apply to edges.