IDXDLUTBuilder::LevelsPerChannel Property
This topic documents a feature of Visual Filters and Transitions, which is deprecated as of Windows Internet Explorer 9 and obsolete as of Internet Explorer 10.
Sets and retrieves the number of color levels to use for the posterizing operation.
Syntax
HRESULT IDXDLUTBuilder::get_LevelsPerChannel(long *pVal);HRESULT IDXDLUTBuilder::put_LevelsPerChannel(long newVal);
Parameters
- pVal
- Pointer to a variable of type long that receives the number of color levels that should remain after posterizing.
- newVal
- long that specifies the number of color levels that should remain after posterizing.
Return Value
Returns S_OK if successful, or an error value otherwise.