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

.. js:data:: 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:`~BlurIntervalUnit.Pixels`
   * :js:data:`~BlurIntervalUnit.ProportionOfHeight`
   * :js:data:`~BlurIntervalUnit.ProportionOfWidth`
   
   




Enumeration Members
===================

.. js:data:: BlurIntervalUnit.Pixels

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



.. js:data:: 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:: BlurIntervalUnit.ProportionOfWidth

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





