Initializes a new instance of the
ImGearMultichannelLUT class and allocates its elements with default single-channel LUTs.
Syntax
public ImGearMultichannelLUT(
int ,
int ,
int
)
public: ImGearMultichannelLUT(
int ,
int ,
int
)
public:
ImGearMultichannelLUT(
int ,
int ,
int
)
Parameters
- channelCount
- Specifies number of channels in the multichannel LUT.
- inputDepth
- Specifies input depth for single-channel LUTs.
- outputDepth
- Specifies output depth for single-channel LUTs.
See Also