colour_hdri.ExifTag

class colour_hdri.ExifTag[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)

index(value, [start, [stop]])

Raises ValueError if the value is not present.

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