![]() |
IOLink 1.16.1
|
An extension that provides a look-up table. More...
#include <iolink/view/LutExtension.h>
Public Member Functions | |
| virtual const LookUpTable & | lut ()=0 |
| Get the attached look-up table. | |
Static Public Member Functions | |
| static std::shared_ptr< LutExtension > | cast (const std::shared_ptr< Extension > &extension) |
| Cast an Extension to a LutExtension. | |
Static Public Attributes | |
| static const uint32_t | EXTENSION_ID = 0x6 |
| The unique identifier of the extension. | |
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. |