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

Enum SelectCriterion

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

Source from the content-addressed store, hash-verified

33 }
34
35 public enum SelectCriterion
36 {
37 COMPOSITE,
38
39 RED,
40 GREEN,
41 BLUE,
42 ALPHA,
43
44 HUE,
45 SATURATION,
46 VALUE,
47 };
48
49 public static void applyWhirlPinch(Bitmap image, Point pivot, float whirl, float pinch, float radius)
50 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected