Click or drag to resize
ImageToolsYuvToRgb24 Method

Namespace: StreamCoders.Imaging
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static OffsetBuffer<byte> YuvToRgb24(
	int width,
	int height,
	int stride,
	byte* y,
	byte* u,
	byte* v
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
stride
Type: SystemInt32
y
Type: SystemByte*
u
Type: SystemByte*
v
Type: SystemByte*

Return Value

Type: OffsetBufferByte
See Also