-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolor_profile.h
More file actions
24 lines (20 loc) · 1.11 KB
/
color_profile.h
File metadata and controls
24 lines (20 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* color_profile.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: dlesieur <dlesieur@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/12/29 23:44:44 by marvin #+# #+# */
/* Updated: 2026/03/09 03:33:58 by dlesieur ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef COLOR_PROFILE_H
# define COLOR_PROFILE_H
# include "types.h"
void cp_set_alpha(t_cp_ctx *ctx);
void cp16_check_precision(t_cp_ctx *ctx);
void cp16_scan(t_cp_ctx *ctx);
void cp8_scan(t_cp_ctx *ctx,
t_color_tree *tree);
#endif