GetTables method

Retrieves a copy of the lookup tables.

Syntax

HRESULT retVal = object.GetTables(RedLUT, GreenLUT, BlueLUT, AlphaLUT);

Parameters

  • RedLUT [out]
    Type: BYTE

    Location to store the red channel translation values.

  • GreenLUT [out]
    Type: BYTE

    Location to store the green channel translation values.

  • BlueLUT [out]
    Type: BYTE

    Location to store the blue channel translation values.

  • AlphaLUT [out]
    Type: BYTE

    Location to store the alpha channel translation values.

Remarks

This method is useful for obtaining a snapshot of the tables.