Home | History | Annotate | Download | only in filters

Lines Matching refs:representation

31         FilterBasicRepresentation representation =
33 representation.setName("Contrast");
34 representation.setSerializationName(SERIALIZATION_NAME);
36 representation.setFilterClass(ImageFilterContrast.class);
37 representation.setTextId(R.string.contrast);
38 representation.setMinimum(-100);
39 representation.setMaximum(100);
40 representation.setDefaultValue(0);
41 representation.setSupportsPartialRendering(true);
42 return representation;