Searched defs:ParameterColor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterColor.java23 public class ParameterColor implements Parameter { class in inherits:Parameter
24 public static String sParameterType = "ParameterColor";
39 public ParameterColor(int id, int defaultColor) { method in class:ParameterColor
60 if (!(src instanceof ParameterColor)) {
63 ParameterColor p = (ParameterColor) src;
104 public void copyPalletFrom(ParameterColor parameterColor) {

Completed in 26 milliseconds