HomeSort by relevance Sort by last modified time
    Searched defs:Blending (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Pixmap.java 34 * By default all methods use blending. You can disable blending with {@link Pixmap#setBlending(Blending)}. The
82 /** Blending functions to be set with {@link Pixmap#setBlending}.
84 public enum Blending {
95 /** global blending state **/
96 private static Blending blending = Blending.SourceOver; field in class:Pixmap
103 /** Sets the type of {@link Blending} to be used for all operations. Default is {@link Blending#SourceOver}.
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java 69 /** Blending functions to be set with {@link Pixmap#setBlending}.
71 public enum Blending {
93 static Blending blending; field in class:Pixmap
142 /** Sets the type of {@link Blending} to be used for all operations. Default is {@link Blending#SourceOver}.
143 * @param blending the blending type */
144 public static void setBlending (Blending blending) {
    [all...]

Completed in 92 milliseconds