.. role:: ts-api-decorator

.. _BlurIntervalUnit:

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

.. container:: ts-api-section

   Specifies the units in which the interval between samples in a blurring
   operation is measured.



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`BlurIntervalUnit.Pixels`
   * :ref:`BlurIntervalUnit.ProportionOfHeight`
   * :ref:`BlurIntervalUnit.ProportionOfWidth`





------------

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

.. rst-class:: ts-api-section

.. _BlurIntervalUnit.Pixels:

Pixels
------

Pixels of the source image.

.. rst-class:: ts-api-section

.. _BlurIntervalUnit.ProportionOfHeight:

ProportionOfHeight
------------------

A Proportion of the height of the source image, where ``1`` means the full height.

.. rst-class:: ts-api-section

.. _BlurIntervalUnit.ProportionOfWidth:

ProportionOfWidth
-----------------

A proportion of the width of the source image, where ``1`` means the full width.

