.. role:: clio-optional
   :class: clio-flag clio-flag-optional


############
ImageOptions
############

.. js:class:: wv.ImageOptions

   Parameters that describe an image to be used as a texture map.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.ImageOptions.data`
   * :js:data:`~wv.ImageOptions.format`
   * :js:data:`~wv.ImageOptions.height`
   * :js:data:`~wv.ImageOptions.width`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wv.ImageOptions.data

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | data: *Uint8Array*
      
      The raw image data
      



.. js:data:: wv.ImageOptions.format

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | format: :js:data:`ImageFormat <wv.ImageFormat>`
      
      The format of the ``data`` property
      



.. js:data:: wv.ImageOptions.height

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | height: *number*
      
      For uncompressed formats, the height of the image data in pixels. Ignored for compressed formats.
      



.. js:data:: wv.ImageOptions.width

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
      
      .. rst-class:: sig-pretty-signature
      
         | width: *number*
      
      For uncompressed formats, the width of the image data in pixels. Ignored for compressed formats.
      




