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.ExifTagclass.-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
Initialize self.
count(value)index(value, [start, [stop]])Raises ValueError if the value is not present.
Attributes
groupAlias for field number 0
identifierAlias for field number 3
nameAlias for field number 1
valueAlias for field number 2