Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |