MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / DistortionType

Enum DistortionType

src/com/cloudream/ishow/algorithm/Effect.java:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 private final static ColorMatrix matrix = new ColorMatrix();
27
28 public enum DistortionType
29 {
30 SHRINK_GROW,
31 SWIRL_CW_CCW,
32 SMEAR,
33 }
34
35 public enum SelectCriterion
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected