Java class for fx_surface_format_hint_channels_enum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_surface_format_hint_channels_enum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="RGB"/>
<enumeration value="RGBA"/>
<enumeration value="L"/>
<enumeration value="LA"/>
<enumeration value="D"/>
<enumeration value="XYZ"/>
<enumeration value="XYZW"/>
</restriction>
</simpleType>
|