Class PaletteColorLUT
Paletter color LUT implementation of ILUT maps PALETTE COLOR images
Inheritance
PaletteColorLUT
Assembly: cs.temp.dll.dll
Syntax
public class PaletteColorLUT : ILUT
Constructors
PaletteColorLUT(Int32, Color32[])
Declaration
public PaletteColorLUT(int firstEntry, Color32[] lut)
Parameters
Type |
Name |
Description |
Int32 |
firstEntry |
The first entry (minium value)
|
Color32[] |
lut |
The palette color LUT
|
Properties
ColorMap
Declaration
public Color32[] ColorMap { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; }
Property Value
Item[Int32]
Declaration
public int this[int value] { get; }
Parameters
Type |
Name |
Description |
Int32 |
value |
|
Property Value
MaximumOutputValue
Declaration
public int MaximumOutputValue { get; }
Property Value
MinimumOutputValue
Declaration
public int MinimumOutputValue { get; }
Property Value
Methods
Recalculate()
Declaration
public void Recalculate()
Implements