Blender V5.0
imageprocess.cc File Reference
#include "BLI_math_vector.h"
#include "BLI_task.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"

Go to the source code of this file.

Functions

Alpha-under
void IMB_alpha_under_color_float (float *rect_float, int x, int y, float backcol[3])
void IMB_alpha_under_color_byte (uchar *rect, int x, int y, const float backcol[3])

Function Documentation

◆ IMB_alpha_under_color_byte()

void IMB_alpha_under_color_byte ( uchar * rect,
int x,
int y,
const float backcol[3] )

◆ IMB_alpha_under_color_float()

void IMB_alpha_under_color_float ( float * rect_float,
int x,
int y,
float backcol[3] )