colour_hdri.ExifTag

class colour_hdri.ExifTag(group=None, name=None, value=None, identifier=None)[source]

Hunt colour appearance model induction factors.

Parameters
  • group (unicode, optional) – Exif tag group name.

  • name (unicode, optional) – Exif tag name.

  • value (object, optional) – Exif tag value.

  • identifier (numeric, optional) – Exif tag identifier.

Returns a new instance of the colour_hdri.ExifTag class.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

group

Alias for field number 0

identifier

Alias for field number 3

name

Alias for field number 1

value

Alias for field number 2