Convert the color pallette to four lookup tables
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Public Shared Sub ColorPaletteToLookupTable ( _ pallette As ColorPalette, _ <OutAttribute> ByRef bTable As Matrix(Of Byte), _ <OutAttribute> ByRef gTable As Matrix(Of Byte), _ <OutAttribute> ByRef rTable As Matrix(Of Byte), _ <OutAttribute> ByRef aTable As Matrix(Of Byte) _ )
public: static void ColorPaletteToLookupTable( ColorPalette^ pallette, [OutAttribute] Matrix<unsigned char>^% bTable, [OutAttribute] Matrix<unsigned char>^% gTable, [OutAttribute] Matrix<unsigned char>^% rTable, [OutAttribute] Matrix<unsigned char>^% aTable )
Parameters
- pallette
- ColorPalette
The color pallette to transform