Microsoft DirectX 9.0

IDxtKey::put_Hue

The put_Hue method specifies the hue value on which to key. This property applies only when the key type is DXTKEY_HUE.

Syntax

HRESULT put_Hue(
    int newVal
);

Parameters

newVal

[in] Specifies the hue value on which to key. The valid range is from 0 to 360.

Return Values

Returns S_OK or an error code.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also