![]() |
IOLink C# 1.16.1
|
An extension that provides a look-up table. More...
Public Member Functions | |
| LutExtension (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| virtual LookUpTable | Lut () |
| Get the attached look-up table. | |
Public Member Functions inherited from IOLink.Extension | |
| Extension (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
Static Public Member Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (LutExtension obj) |
| static LutExtension | Cast (Extension extension) |
| Cast an Extension to a LutExtension. | |
Static Public Member Functions inherited from IOLink.Extension | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (Extension obj) |
Static Public Attributes | |
| static readonly uint | EXTENSION_ID = IOLinkPINVOKE.LutExtension_EXTENSION_ID_get() |
| The unique identifier of the extension. | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
An extension that provides a look-up table.
The presence of this extension means that a look-up table is attached to the source image.
|
inlinestatic |
Cast an Extension to a LutExtension.
| extension | The extension to cast. |
|
inlineprotectedvirtual |
Reimplemented from IOLink.Extension.