Functions | |
Gan_Image * | gan_image_swap_RandB_q (Gan_Image *source, Gan_Image *dest) |
Converts an image ARGB to RGBA, returning a new image. | |
Gan_Image * | gan_image_convert_ARGBtoRGBA_q (Gan_Image *source, Gan_Image *dest) |
Converts an image ARGB to RGBA, returning a new image. | |
Gan_Image * | gan_image_convert_RGBAtoARGB_q (Gan_Image *source, Gan_Image *dest) |
Converts an image RGBA to ARGB, returning a new image. | |
Gan_Image * | gan_image_convert_q (const Gan_Image *source, Gan_ImageFormat format, Gan_Type type, Gan_Image *dest) |
Macro: Converts an image from one format/type to another. | |
Gan_Image * | gan_image_convert_s (const Gan_Image *source, Gan_ImageFormat format, Gan_Type type) |
Macro: Converts an image from one format/type to another. | |
Gan_Image * | gan_image_swap_RandB_s (Gan_Image *source) |
Macro: Swaps R & B in an RGB image, returning a new image. | |
Gan_Image * | gan_image_swap_RandB_i (Gan_Image *img) |
Macro: Swaps R & B in an RGB image in-place. | |
Gan_Image * | gan_image_convert_RGBAtoARGB_s (Gan_Image *source) |
Macro: Converts an image RGBA to ARGB, returning a new image. | |
Gan_Image * | gan_image_convert_RGBAtoARGB_i (Gan_Image *img) |
Macro: Converts an image RGBA to ARGB in-place. | |
Gan_Image * | gan_image_convert_ARGBtoRGBA_s (Gan_Image *source) |
Macro: Converts an image ARGB to RGBA, returning a new image. | |
Gan_Image * | gan_image_convert_ARGBtoRGBA_i (Gan_Image *img) |
Macro: Converts an image ARGB to RGBA in-place. |
|
Macro: Converts an image ARGB to RGBA in-place.
|
|
Converts an image ARGB to RGBA, returning a new image.
|
|
Macro: Converts an image ARGB to RGBA, returning a new image.
|
|
Macro: Converts an image from one format/type to another.
|
|
Macro: Converts an image RGBA to ARGB in-place.
|
|
Converts an image RGBA to ARGB, returning a new image.
|
|
Macro: Converts an image RGBA to ARGB, returning a new image.
|
|
Macro: Converts an image from one format/type to another.
|
|
Macro: Swaps R & B in an RGB image in-place.
|
|
Converts an image ARGB to RGBA, returning a new image.
|
|
Macro: Swaps R & B in an RGB image, returning a new image.
|