GetColorMatrixFloat32 Data Member Function

Fills a <Float32Matrix> with values used to convert from video color-space to RGB color-space.

Prototype

int32 GetColorMatrixFloat32( VideoTextureBridge p_oData, Float32Matrix p_oDest )

Parameters

Parameter Type Parameter Name Documentation
<VideoTextureBridge>p_oDataA pointer to a <VideoTextureBridge> object that contains information about the video stream color-space.
<Float32Matrix>p_oDestA pointer to a <Float32Matrix> that will store the color conversion values.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.