![]() |
Murl Engine API
Version 2018.3
|
Pixel format conversion class. More...
#include <murl_util_pixel_converter.h>
Pixel format conversion class.
Public Types | |
typedef void(* | Method) (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
Definition of the converter function pointer. More... | |
Static Public Member Functions | |
static Bool | ColorToPixel (UInt8Array &pixel, IEnums::PixelFormat format, const Color &color) |
Convert a color to a given pixelformat. More... | |
static Method | GetConverter (IEnums::PixelFormat destFormat, IEnums::PixelFormat srcFormat) |
Get the converter function pointer for specified pixel formats. More... | |
static Method | GetCopy (IEnums::PixelFormat pixelFormat) |
Get the converter function pointer for a specified pixel format to copy. More... | |
static void | Copy1BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 1 byte per pixel copy function. More... | |
static void | Copy2BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 2 byte per pixel copy function. More... | |
static void | Copy3BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 3 byte per pixel copy function. More... | |
static void | Copy4BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 4 byte per pixel copy function. More... | |
static void | Copy6BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 6 byte per pixel copy function. More... | |
static void | Copy8BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 8 byte per pixel copy function. More... | |
static void | Copy12BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 12 byte per pixel copy function. More... | |
static void | Copy16BPP (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The 16 byte per pixel copy function. More... | |
static Method | GetFromL8 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from L8 source format. More... | |
static void | L8ToLA16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The L8 to LA16 conversion function. More... | |
static void | L8ToRGBA15 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The L8 to RGBA15 conversion function. More... | |
static void | L8ToRGB16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The L8 to RGB16 conversion function. More... | |
static void | L8ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The L8 to RGB24 conversion function. More... | |
static void | L8ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The L8 to RGBA32 conversion function. More... | |
static Method | GetFromLA16 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from LA16 source format. More... | |
static void | LA16ToL8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LA16 to L8 conversion function. More... | |
static void | LA16ToRGBA15 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LA16 to RGBA15 conversion function. More... | |
static void | LA16ToRGB16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LA16 to RGB16 conversion function. More... | |
static void | LA16ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LA16 to RGB24 conversion function. More... | |
static void | LA16ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LA16 to RGBA32 conversion function. More... | |
static Method | GetFromRGBA32 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGBA32 source format. More... | |
static void | RGBA32ToA8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to A8 conversion function. More... | |
static void | RGBA32ToL8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to L8 conversion function. More... | |
static void | RGBA32ToLA16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to LA16 conversion function. More... | |
static void | RGBA32ToRGBA15 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGBA15 conversion function. More... | |
static void | RGBA32ToRGB16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGB16 conversion function. More... | |
static void | RGBA32ToRGBA16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGBA16 conversion function. More... | |
static void | RGBA32ToR8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to R8 conversion function. More... | |
static void | RGBA32ToRG16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RG16 conversion function. More... | |
static void | RGBA32ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGB24 conversion function. More... | |
static void | RGBA32ToBGRA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to BGRA32 conversion function. More... | |
static void | RGBA32ToABGR32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to ABGR32 conversion function. More... | |
static void | RGBA32ToARGB32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to ARGB32 conversion function. More... | |
static void | RGBA32ToAF16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to AF16 conversion function. More... | |
static void | RGBA32ToLF16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to LF16 conversion function. More... | |
static void | RGBA32ToLAF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to LAF32 conversion function. More... | |
static void | RGBA32ToRF16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RF16 conversion function. More... | |
static void | RGBA32ToRGF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGF32 conversion function. More... | |
static void | RGBA32ToRGBF48 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGBF48 conversion function. More... | |
static void | RGBA32ToRGBAF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGBAF64 conversion function. More... | |
static void | RGBA32ToAF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to AF32 conversion function. More... | |
static void | RGBA32ToLF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to LF32 conversion function. More... | |
static void | RGBA32ToLAF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to LAF64 conversion function. More... | |
static void | RGBA32ToRF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RF32 conversion function. More... | |
static void | RGBA32ToRGF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGF64 conversion function. More... | |
static void | RGBA32ToRGBF96 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGBF96 conversion function. More... | |
static void | RGBA32ToRGBAF128 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA32 to RGBAF128 conversion function. More... | |
static Method | GetFromRGB24 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGB24 source format. More... | |
static void | RGB24ToA8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to A8 conversion function. More... | |
static void | RGB24ToL8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to L8 conversion function. More... | |
static void | RGB24ToLA16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to LA16 conversion function. More... | |
static void | RGB24ToRGBA15 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGBA15 conversion function. More... | |
static void | RGB24ToRGB16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGB16 conversion function. More... | |
static void | RGB24ToRGBA16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGBA16 conversion function. More... | |
static void | RGB24ToR8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to R8 conversion function. More... | |
static void | RGB24ToRG16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RG16 conversion function. More... | |
static void | RGB24ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGBA32 conversion function. More... | |
static void | RGB24ToBGRA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to BGRA32 conversion function. More... | |
static void | RGB24ToABGR32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to ABGR32 conversion function. More... | |
static void | RGB24ToARGB32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to ARGB32 conversion function. More... | |
static void | RGB24ToAF16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to AF16 conversion function. More... | |
static void | RGB24ToLF16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to LF16 conversion function. More... | |
static void | RGB24ToLAF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to LAF32 conversion function. More... | |
static void | RGB24ToRF16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RF16 conversion function. More... | |
static void | RGB24ToRGF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGF32 conversion function. More... | |
static void | RGB24ToRGBF48 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGBF48 conversion function. More... | |
static void | RGB24ToRGBAF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGBAF64 conversion function. More... | |
static void | RGB24ToAF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to AF32 conversion function. More... | |
static void | RGB24ToLF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to LF32 conversion function. More... | |
static void | RGB24ToLAF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to LAF64 conversion function. More... | |
static void | RGB24ToRF32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RF32 conversion function. More... | |
static void | RGB24ToRGF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGF64 conversion function. More... | |
static void | RGB24ToRGBF96 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGBF96 conversion function. More... | |
static void | RGB24ToRGBAF128 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGBAF128 conversion function. More... | |
static Method | GetFromRGB16 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGB16 source format. More... | |
static void | RGB16ToRGBA15 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB16 to RGBA15 conversion function. More... | |
static void | RGB16ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB16 to RGB24 conversion function. More... | |
static void | RGB16ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB16 to RGBA32 conversion function. More... | |
static Method | GetFromRGBA15 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGBA15 source format. More... | |
static void | RGBA15ToRGB16 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA15 to RGB16 conversion function. More... | |
static void | RGBA15ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA15 to RGB24 conversion function. More... | |
static void | RGBA15ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBA15 to RGBA32 conversion function. More... | |
static Method | GetFromRGBAF64 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGBAF64 source format. More... | |
static void | RGBAF64ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF64 to RGB24 conversion function. More... | |
static void | RGBAF64ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF64 to RGBA32 conversion function. More... | |
static void | RGBAF64ToRGBF48 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF64 to RGBF48 conversion function. More... | |
static void | RGBAF64ToRGBF96 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF64 to RGBF96 conversion function. More... | |
static void | RGBAF64ToRGBAF128 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF64 to RGBAF128 conversion function. More... | |
static Method | GetFromRGBF48 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGBF48 source format. More... | |
static void | RGBF48ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF48 to RGB24 conversion function. More... | |
static void | RGBF48ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF48 to RGBA32 conversion function. More... | |
static void | RGBF48ToRGBAF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF48 to RGBAF64 conversion function. More... | |
static void | RGBF48ToRGBF96 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF48 to RGBF96 conversion function. More... | |
static void | RGBF48ToRGBAF128 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF48 to RGBAF128 conversion function. More... | |
static Method | GetFromRGBAF128 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGBAF128 source format. More... | |
static void | RGBAF128ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF128 to RGB24 conversion function. More... | |
static void | RGBAF128ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF128 to RGBA32 conversion function. More... | |
static void | RGBAF128ToRGBF48 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF128 to RGBF48 conversion function. More... | |
static void | RGBAF128ToRGBAF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF128 to RGBAF64 conversion function. More... | |
static void | RGBAF128ToRGBF96 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBAF128 to RGBF96 conversion function. More... | |
static Method | GetFromRGBF96 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from RGBF96 source format. More... | |
static void | RGBF96ToRGB24 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGB24 to RGB24 conversion function. More... | |
static void | RGBF96ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF96 to RGBA32 conversion function. More... | |
static void | RGBF96ToRGBF48 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF96 to RGBF48 conversion function. More... | |
static void | RGBF96ToRGBAF64 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF96 to RGBAF64 conversion function. More... | |
static void | RGBF96ToRGBAF128 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The RGBF96 to RGBAF128 conversion function. More... | |
static Method | GetFromLF32 (IEnums::PixelFormat destFormat) |
Get the converter function pointer from LF32 source format. More... | |
static void | LF32ToL8 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LF32 to L8 conversion function. More... | |
static void | LF32ToRGBA32 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LF32 to RGBA32 conversion function. More... | |
static void | LF32ToRGBF96 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LF32 to RGBF96 conversion function. More... | |
static void | LF32ToRGBAF128 (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
The LF32 to RGBAF128 conversion function. More... | |
typedef void(* Murl::Util::PixelConverter::Method) (UInt8 *dstPtr, const UInt8 *srcPtr, UInt32 numberOfPixels) |
Definition of the converter function pointer.
Use IEnums::GetPixelFormatByteSize() to calculate the size of the source and destination memory.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Convert a color to a given pixelformat.
pixel | The destination pixel data. |
format | The pixel format to convert to. |
color | The color to convert. |
|
static |
Get the converter function pointer for specified pixel formats.
destFormat | The destination pixel format. |
srcFormat | The source pixel format. |
|
static |
Get the converter function pointer for a specified pixel format to copy.
pixelFormat | The pixel format. |
|
static |
The 1 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
The 2 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
The 3 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
The 4 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
The 6 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
The 8 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
The 12 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
The 16 byte per pixel copy function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to copy. |
|
static |
Get the converter function pointer from L8 source format.
destFormat | The destination pixel format. |
|
static |
The L8 to LA16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The L8 to RGBA15 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The L8 to RGB16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The L8 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The L8 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from LA16 source format.
destFormat | The destination pixel format. |
|
static |
The LA16 to L8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The LA16 to RGBA15 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The LA16 to RGB16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The LA16 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The LA16 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGBA32 source format.
destFormat | The destination pixel format. |
|
static |
The RGBA32 to A8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to L8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to LA16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGBA15 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGB16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGBA16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to R8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RG16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to BGRA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to ABGR32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to ARGB32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to AF16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to LF16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to LAF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RF16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGBF48 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGBAF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to AF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to LF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to LAF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGBF96 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA32 to RGBAF128 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGB24 source format.
destFormat | The destination pixel format. |
|
static |
The RGB24 to A8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to L8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to LA16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGBA15 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGB16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGBA16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to R8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RG16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to BGRA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to ABGR32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to ARGB32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to AF16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to LF16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to LAF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RF16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGBF48 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGBAF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to AF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to LF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to LAF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RF32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGBF96 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB24 to RGBAF128 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGB16 source format.
destFormat | The destination pixel format. |
|
static |
The RGB16 to RGBA15 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB16 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGB16 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGBA15 source format.
destFormat | The destination pixel format. |
|
static |
The RGBA15 to RGB16 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA15 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBA15 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGBAF64 source format.
destFormat | The destination pixel format. |
|
static |
The RGBAF64 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF64 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF64 to RGBF48 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF64 to RGBF96 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF64 to RGBAF128 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGBF48 source format.
destFormat | The destination pixel format. |
|
static |
The RGBF48 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF48 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF48 to RGBAF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF48 to RGBF96 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF48 to RGBAF128 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGBAF128 source format.
destFormat | The destination pixel format. |
|
static |
The RGBAF128 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF128 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF128 to RGBF48 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF128 to RGBAF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBAF128 to RGBF96 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from RGBF96 source format.
destFormat | The destination pixel format. |
|
static |
The RGB24 to RGB24 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF96 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF96 to RGBF48 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF96 to RGBAF64 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The RGBF96 to RGBAF128 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
Get the converter function pointer from LF32 source format.
destFormat | The destination pixel format. |
|
static |
The LF32 to L8 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The LF32 to RGBA32 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The LF32 to RGBF96 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |
|
static |
The LF32 to RGBAF128 conversion function.
dstPtr | Pointer to the destination memory. |
srcPtr | Pointer to the source memory. |
numberOfPixels | The number of pixels to convert. |