lutetype
Lutetype is a term used to describe the data type and layout of a look-up table (LUT) in computing. It denotes how input values are mapped to output values by indexing into an array, and it encompasses the element data type, dimensionality, and interpretation of stored values.
A LUT is typically organized as a one-dimensional, two-dimensional, or three-dimensional array. The lutetype defines the
Common LUT categories include 1D LUTs for simple transfer functions or gamma corrections, 2D LUTs for basic
In practice, lutetype guides how software allocates storage, performs sampling, and applies interpolation (nearest, linear, trilinear,
See also: lookup table, 1D LUT, 2D LUT, 3D LUT, color management.