.. index:: 
  !FaceAttributes.makeUp Property

.. _id3_face_face_attributes_make_up_struct_member:

===============================================================================
FaceAttributes.makeUp Property
===============================================================================

Structure: :ref:`FaceAttributes<id3_face_face_attributes_struct>`

Definition
----------

Value, from 0 to 100, indicating whether the subject is wearing makeup or not.

.. hint:: The recommended value is less than 50.


.. tab-set::

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

    .. code:: Python

      int make_up

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

    .. code:: Dart

      int makeUp

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

    .. code:: C#

      int MakeUp

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

    .. code:: Java

      int makeUp

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

    .. code:: Swift

      Int makeUp

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

    .. code:: C

      int MakeUp

