[]
Populate the output block by looking up the values in the lut, using the input as lut indices.
public virtual void apply(DataBlkInt inb, DataBlkInt outb)
Public Overridable Sub apply(inb As DataBlkInt, outb As DataBlkInt)
| Type | Name | Description |
|---|---|---|
| DataBlkInt | inb | input samples |
| DataBlkInt | outb | output samples. |
| Type | Condition |
|---|---|
| MonochromeTransformException |
Populate the output block by looking up the values in the lut, using the input as lut indices.
public virtual void apply(DataBlkFloat inb, DataBlkFloat outb)
Public Overridable Sub apply(inb As DataBlkFloat, outb As DataBlkFloat)
| Type | Name | Description |
|---|---|---|
| DataBlkFloat | inb | input samples |
| DataBlkFloat | outb | output samples. |
| Type | Condition |
|---|---|
| MonochromeTransformException |