Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class EnumFxOpaque

  • java.lang.Object
    • com.aspose.cad.fileformats.collada.fileparser.elements.EnumFxOpaque


  • public final class EnumFxOpaque
    extends Object

    The enumerator FX opaque.

    • Field Detail

      • A_ONE

        public static final String A_ONE

        The alpha one. When a transparent opaque attribute is set to A_ONE, it means the transparency information will be taken from the alpha channel of the color, texture, or parameter supplying the value. The value of 1.0 is opaque in this mode.

        See Also:
        Constant Field Values
      • A_ZERO

        public static final String A_ZERO

        The alpha zero. When a transparent opaque attribute is set to A_ZERO, it means the transparency information will be taken from the alpha channel of the color, texture, or parameter supplying the value. The value of 0.0 is opaque in this mode.

        See Also:
        Constant Field Values
      • RGB_ONE

        public static final String RGB_ONE

        The RGB one. When a transparent opaque attribute is set to RGB_ONE, it means the transparency information will be taken from the red, green, and blue channels of the color, texture, or parameter supplying the value. Each channel is modulated independently. The value of 1.0 is opaque in this mode.

        See Also:
        Constant Field Values
      • RGB_ZERO

        public static final String RGB_ZERO

        The RGB zero. When a transparent opaque attribute is set to RGB_ZERO, it means the transparency information will be taken from the red, green, and blue channels of the color, texture, or parameter supplying the value. Each channel is modulated independently. The value of 0.0 is opaque in this mode.

        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumFxOpaque

        public EnumFxOpaque()