IPixEngine5Callbacks::ReadTexelValueComplete method

A callback function used to notify the host when a texel value read has been completed.

Syntax

HRESULT ReadTexelValueComplete(
   UINT      numChannels,
   BSTR []   count0_channelNames,
   double [] count0_channelValues
);

Parameters

numChannels
The number of channels the texel has.

count0_channelNames
COM strings containing the names of the channels.

count0_channelValues
The values of the channels.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IPixEngine5Callbacks