ColorLUT::SetParameters method (gdipluseffects.h)

The ColorLUT::SetParameters method sets the parameters of this ColorLUT object.

Syntax

Status SetParameters(
  [in] const ColorLUTParams *lut
);

Parameters

[in] lut

Type: const ColorLUTParams*

Pointer to a ColorLUTParams structure that specifies the parameters.

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::GetParameters