Array (LUT1D)

The Array element specifies an array of values for a LUT or matrix. When it is contained by a LUT1D element, the format of its contents is different than when it is contained by LUT3D or Matrix elements.

Contains

Contained By

Attributes

dim

Two integers representing the dimensions of the array. The first value is the number of entries in the contents of the Array element. The second value is number of values per entry: 1 for a single value applied to all channels or 3 for for separate values applied to the R, G, and B channels respectively.

The dim attribute is required, and its value must match the number of entries actually present.

Example

1D LUT

** -0.014279292 -0.014160193 -0.014040368
    **</Array>**
</LUT1D>

3×1D LUT

**** -0.092903227 -0.092903227 -0.092903227 11.798709869 11.798709869 11.798709869 ****

See Also