IDxtJpeg::put_BorderColor

 
Microsoft DirectShow 9.0

IDxtJpeg::put_BorderColor

The put_BorderColor method specifies the color of the border around the edges of the wipe pattern.

Syntax

  HRESULT put_BorderColor(
    long newVal
);

Parameters

newVal

[in] Specifies the color as a hexadecimal number with the format 0xRRGGBB, where RR is the red value, GG is the green value, and BB is the blue value.

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