OutputLookUpTable

OutputLookUpTable class

Output LUT, used to map grayscale images to RGB grays, or colorize grayscale images using custom color map.

public sealed class OutputLookUpTable : ILookUpTable

Constructors

NameDescription
OutputLookUpTable(GrayscaleRenderOptions)Output LUT, used to map grayscale images to RGB grays, or colorize grayscale images using custom color map.

Properties

NameDescription
ColorMap { get; }The associated color map. Read-only Bgra32[].
IsValid { get; }
Item { get; }
Maximum { get; }
Minimum { get; }

Methods

NameDescription
Recalculate()

See Also