IWICDevelopRaw::SetWhitePointRGB method
Sets the white point RGB values.
Syntax
HRESULT SetWhitePointRGB( [in] UINT Red, [in] UINT Green, [in] UINT Blue );
Parameters
- Red [in]
-
Type: UINT
The red white point value.
- Green [in]
-
Type: UINT
The green white point value.
- Blue [in]
-
Type: UINT
The blue white point value.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Due to other white point setting methods (e.g. SetWhitePointKelvin), care must be taken by codec implementers to ensure proper interoperability. For instance, if the caller sets via a named white point then the codec implementer may whis to disable reading back the correspoinding Kelvin temperature. In specific cases where the codec implementer wishes to deny a given action because of previous calls, WINCODEC_ERR_WRONGSTATE should be returned.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|