
################
BlurIntervalUnit
################

.. js:data:: wv.BlurIntervalUnit

   Specifies the units in which the interval between samples in a blurring operation is measured.
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.BlurIntervalUnit.Pixels`
   * :js:data:`~wv.BlurIntervalUnit.ProportionOfHeight`
   * :js:data:`~wv.BlurIntervalUnit.ProportionOfWidth`
   
   



.. rst-class:: kind-group kind-enumeration-members

.. rubric:: Enumeration Members
   :class: kind-group-title


.. js:data:: wv.BlurIntervalUnit.Pixels

      .. rst-class:: sig-pretty-signature
      
         | Pixels: *0*
      
      Pixels of the source image.
      



.. js:data:: wv.BlurIntervalUnit.ProportionOfHeight

      .. rst-class:: sig-pretty-signature
      
         | ProportionOfHeight: *2*
      
      A Proportion of the height of the source image, where ``1`` means the full height.
      



.. js:data:: wv.BlurIntervalUnit.ProportionOfWidth

      .. rst-class:: sig-pretty-signature
      
         | ProportionOfWidth: *1*
      
      A proportion of the width of the source image, where ``1`` means the full width.
      




