ImageToolsYuvToRgb24 Method |
Namespace: StreamCoders.ImagingAssembly: 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
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
static OffsetBuffer<unsigned char>^ YuvToRgb24(
int width,
int height,
int stride,
unsigned char* y,
unsigned char* u,
unsigned char* v
)
F# does not support APIs that consume or return unsafe types.
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- stride
- Type: SystemInt32
- y
- Type: SystemByte*
- u
- Type: SystemByte*
- v
- Type: SystemByte*
Return Value
Type:
OffsetBufferByteSee Also