GetTables method
Retrieves a copy of the lookup tables.
Syntax
HRESULT retVal = object.GetTables(RedLUT, GreenLUT, BlueLUT, AlphaLUT);
Parameters
RedLUT [out]
Type: BYTELocation to store the red channel translation values.
GreenLUT [out]
Type: BYTELocation to store the green channel translation values.
BlueLUT [out]
Type: BYTELocation to store the blue channel translation values.
AlphaLUT [out]
Type: BYTELocation to store the alpha channel translation values.
Remarks
This method is useful for obtaining a snapshot of the tables.