GetColorMatrixFloat64 Data Member Function

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

Prototype

int32 GetColorMatrixFloat64( VideoFrameMetadata p_oData, Float64Matrix p_oDest )

Parameters

Parameter Type Parameter Name Documentation
<VideoFrameMetadata>p_oDataA pointer to a <VideoFrameMetadata> object that contains information about the video stream color-space.
<Float64Matrix>p_oDestA pointer to a <Float64Matrix> 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.