From df5c06c9400e440ad4f30bf655faf6a8ce1f24ea Mon Sep 17 00:00:00 2001 From: Ondrej Jamriska Date: Thu, 9 Dec 2021 23:46:56 +0100 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01cbec6..6bede08 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ This way, Mixbox achieves that blue and yellow mix to green, the same way real p * Paper: https://scrtwpns.com/mixbox.pdf
* Video: https://youtu.be/9egCAxhOHg4
-* Talk: https://youtu.be/k91cDhpCOpg
+* Talk: https://youtu.be/_qa5iWdfNKg
+ +Mixbox is shipping in the upcoming Rebelle 5 as the [Rebelle Pigments](https://www.escapemotions.com/blog/rebelle-5-meet-color-pigments) feature. ## Usage The simplest way to use Mixbox is with the *lerp* interface: @@ -21,7 +23,6 @@ The simplest way to use Mixbox is with the *lerp* interface: int main() { - unsigned char r1=252, g1=211, b1=0; // bright yellow unsigned char r2=0, g2=0, b2=96; // deep blue float t = 0.5;