Enum Class Texture.CombinerSource

java.lang.Object
java.lang.Enum<Texture.CombinerSource>
com.ardor3d.image.Texture.CombinerSource
All Implemented Interfaces:
Serializable, Comparable<Texture.CombinerSource>, Constable
Enclosing class:
Texture

public static enum Texture.CombinerSource extends Enum<Texture.CombinerSource>
  • Enum Constant Details

    • Previous

      public static final Texture.CombinerSource Previous
      The incoming fragment color from the previous texture unit. When used on texture unit 0, this is the same as using PrimaryColor.
    • Constant

      public static final Texture.CombinerSource Constant
      The blend color set on this texture.
    • PrimaryColor

      public static final Texture.CombinerSource PrimaryColor
      The incoming fragment color before any texturing is applied.
    • CurrentTexture

      public static final Texture.CombinerSource CurrentTexture
      The current texture unit's bound texture.
    • TextureUnit0

      public static final Texture.CombinerSource TextureUnit0
      The texture bound on texture unit 0.
    • TextureUnit1

      public static final Texture.CombinerSource TextureUnit1
      The texture bound on texture unit 1.
    • TextureUnit2

      public static final Texture.CombinerSource TextureUnit2
      The texture bound on texture unit 2.
    • TextureUnit3

      public static final Texture.CombinerSource TextureUnit3
      The texture bound on texture unit 3.
    • TextureUnit4

      public static final Texture.CombinerSource TextureUnit4
      The texture bound on texture unit 4.
    • TextureUnit5

      public static final Texture.CombinerSource TextureUnit5
      The texture bound on texture unit 5.
    • TextureUnit6

      public static final Texture.CombinerSource TextureUnit6
      The texture bound on texture unit 6.
    • TextureUnit7

      public static final Texture.CombinerSource TextureUnit7
      The texture bound on texture unit 7.
    • TextureUnit8

      public static final Texture.CombinerSource TextureUnit8
      The texture bound on texture unit 8.
    • TextureUnit9

      public static final Texture.CombinerSource TextureUnit9
      The texture bound on texture unit 9.
    • TextureUnit10

      public static final Texture.CombinerSource TextureUnit10
      The texture bound on texture unit 10.
    • TextureUnit11

      public static final Texture.CombinerSource TextureUnit11
      The texture bound on texture unit 11.
    • TextureUnit12

      public static final Texture.CombinerSource TextureUnit12
      The texture bound on texture unit 12.
    • TextureUnit13

      public static final Texture.CombinerSource TextureUnit13
      The texture bound on texture unit 13.
    • TextureUnit14

      public static final Texture.CombinerSource TextureUnit14
      The texture bound on texture unit 14.
    • TextureUnit15

      public static final Texture.CombinerSource TextureUnit15
      The texture bound on texture unit 15.
    • TextureUnit16

      public static final Texture.CombinerSource TextureUnit16
      The texture bound on texture unit 16.
    • TextureUnit17

      public static final Texture.CombinerSource TextureUnit17
      The texture bound on texture unit 17.
    • TextureUnit18

      public static final Texture.CombinerSource TextureUnit18
      The texture bound on texture unit 18.
    • TextureUnit19

      public static final Texture.CombinerSource TextureUnit19
      The texture bound on texture unit 19.
    • TextureUnit20

      public static final Texture.CombinerSource TextureUnit20
      The texture bound on texture unit 20.
    • TextureUnit21

      public static final Texture.CombinerSource TextureUnit21
      The texture bound on texture unit 21.
    • TextureUnit22

      public static final Texture.CombinerSource TextureUnit22
      The texture bound on texture unit 22.
    • TextureUnit23

      public static final Texture.CombinerSource TextureUnit23
      The texture bound on texture unit 23.
    • TextureUnit24

      public static final Texture.CombinerSource TextureUnit24
      The texture bound on texture unit 24.
    • TextureUnit25

      public static final Texture.CombinerSource TextureUnit25
      The texture bound on texture unit 25.
    • TextureUnit26

      public static final Texture.CombinerSource TextureUnit26
      The texture bound on texture unit 26.
    • TextureUnit27

      public static final Texture.CombinerSource TextureUnit27
      The texture bound on texture unit 27.
    • TextureUnit28

      public static final Texture.CombinerSource TextureUnit28
      The texture bound on texture unit 28.
    • TextureUnit29

      public static final Texture.CombinerSource TextureUnit29
      The texture bound on texture unit 29.
    • TextureUnit30

      public static final Texture.CombinerSource TextureUnit30
      The texture bound on texture unit 30.
    • TextureUnit31

      public static final Texture.CombinerSource TextureUnit31
      The texture bound on texture unit 31.
  • Method Details

    • values

      public static Texture.CombinerSource[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Texture.CombinerSource valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null