Cub3D
 
Loading...
Searching...
No Matches
filters.c File Reference
#include "data_structure.h"
#include "maze.h"
#include "filter.h"
Include dependency graph for filters.c:

Functions

void add_filter (t_img *img, int filter)
 
void add_filter_protected (t_img *img, int filter)
 
void add_tint (t_img *img, unsigned char red_add, unsigned char green_add, unsigned char blue_add)
 
void add_tint_protected (t_img *img, unsigned char red_add, unsigned char green_add, unsigned char blue_add)
 

Function Documentation

◆ add_filter()

void add_filter ( t_img * img,
int filter )

◆ add_filter_protected()

void add_filter_protected ( t_img * img,
int filter )
Here is the call graph for this function:

◆ add_tint()

void add_tint ( t_img * img,
unsigned char red_add,
unsigned char green_add,
unsigned char blue_add )

◆ add_tint_protected()

void add_tint_protected ( t_img * img,
unsigned char red_add,
unsigned char green_add,
unsigned char blue_add )
Here is the call graph for this function: