From d288c2cc1720d274debc04c2d9419a7edabcc6ec Mon Sep 17 00:00:00 2001 From: Christian C Date: Tue, 4 Mar 2025 19:14:05 -0800 Subject: Remove line comments --- include/lib/color.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/lib/color.h') diff --git a/include/lib/color.h b/include/lib/color.h index b999510..5e7128b 100644 --- a/include/lib/color.h +++ b/include/lib/color.h @@ -5,17 +5,14 @@ #include #include -//----------------------------------------------- // Color Equal to Background // Background: zeros in RGB, alpha can be whatever bool_t color_zero(uint8_t* color1, size_t channels); -//----------------------------------------------- // Color Equality // Determine if two colors are identical bool_t color_equal(uint8_t* color1, uint8_t* color2, size_t channels); -//----------------------------------------------- // Print out the `channels` length color vector void print_color(uint8_t* color, size_t channels); -- cgit v1.2.1