ColorLUT::GetParameters method (gdipluseffects.h)

The ColorLUT::GetParameters method gets the current values of the parameters of this ColorLUT object.

Syntax

Status GetParameters(
  [in]  UINT           *size,
  [out] ColorLUTParams *lut
);

Parameters

[in] size

Type: UINT*

Pointer to a UINT that specifies the size, in bytes, of a ColorLUTParams structure.

[out] lut

Type: ColorLUTParams*

Pointer to a ColorLUTParams structure that receives the parameter values.

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header gdipluseffects.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

ColorLUT

ColorLUT::SetParameters