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

/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java34 public static final int TYPE_GRADIENT = 2; field in class:EffectColor
88 * TYPE_GRADIENT, TYPE_SEPIA, TYPE_NEGATIVE, TYPE_FIFTIES.
90 * If type is TYPE_GRADIENT, color is the RGB color at the
98 case TYPE_GRADIENT: {
135 * Get the color if effect type is TYPE_COLOR or TYPE_GRADIENT.
137 * @return the color as RGB 888 if type is TYPE_COLOR or TYPE_GRADIENT.

Completed in 35 milliseconds