From 28fee77230c77ae3429544b40df5a992769add53 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 2 Dec 2017 20:39:43 +0100 Subject: Change local utility function scope Signed-off-by: pacien --- include/blender/blender.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/blender/blender.h') diff --git a/include/blender/blender.h b/include/blender/blender.h index 356c68e..8e89208 100644 --- a/include/blender/blender.h +++ b/include/blender/blender.h @@ -8,7 +8,6 @@ #include "common/time.h" #include "blender/canvas.h" -#include "blender/color.h" #include "morpher/morpher.h" /** @@ -24,19 +23,4 @@ */ void blender_blend_canvas(Canvas *canvas, Canvas *source, Canvas *target, Morphing *morphing, TimeVector frame); -/** - * Function: blender_blend_colors - * Properly blends two coloured pixels, interpolated at the given time frame. - * (https://www.youtube.com/watch?v=LKnqECcg6Gw) - * - * Parameters: - * origin - the origin colour - * target - the target colour - * frame - the interpolation distance from the origin colour [0;1] - * - * Returns: - * The blended coloured pixel - */ -Color blender_blend_colors(Color origin, Color target, TimeVector frame); - #endif -- cgit v1.2.3