.. index:: 
  !PhotographicAttributes.equalBrightness Property

.. _id3_face_photographic_attributes_equal_brightness_struct_member:

===============================================================================
PhotographicAttributes.equalBrightness Property
===============================================================================

Structure: :ref:`PhotographicAttributes<id3_face_photographic_attributes_struct>`

Definition
----------

Value, from 0 to 100, indicating if one side of the face is ligther than the other side.

0 means that brightness is perfectly equal on both sides of the face.

.. hint:: The recommended value is over 90.


.. tab-set::

  .. tab-item:: Python
    :sync: Python

    .. code:: Python

      int equal_brightness

  .. tab-item:: Dart
    :sync: Dart

    .. code:: Dart

      int equalBrightness

  .. tab-item:: C#
    :sync: C#

    .. code:: C#

      int EqualBrightness

  .. tab-item:: Java
    :sync: Java

    .. code:: Java

      int equalBrightness

  .. tab-item:: Swift
    :sync: Swift

    .. code:: Swift

      Int equalBrightness

  .. tab-item:: C
    :sync: C

    .. code:: C

      int EqualBrightness

