CompositeLookUpTable

CompositeLookUpTable class

Look-Up Table that represents a set of Look-Up Tables to be applied to a destination image sequentially.

public sealed class CompositeLookUpTable : IEnumerable<ILookUpTable>, ILookUpTable

Constructors

NameDescription
CompositeLookUpTable()The default constructor.

Properties

NameDescription
IsValid { get; }
Item { get; }
Maximum { get; }
Minimum { get; }

Methods

NameDescription
AddRange(IEnumerable<ILookUpTable>)Adds the given luts to this composite LUT.
GetEnumerator()
Recalculate()

See Also