blend_equation

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
param xs:token optional
value gl_blend_equation_enum FUNC_ADD optional

Source

<xs:element name="blend_equation">
  <xs:complexType>
    <xs:attribute name="value" type="gl_blend_equation_enum" use="optional" default="FUNC_ADD"/>
    <xs:attribute name="param" type="xs:token" use="optional"/>
  </xs:complexType>
</xs:element>

Sample