Add the Selective Color adjustment node

This commit is contained in:
Keavon Chambers
2023-04-19 03:02:50 -07:00
parent 6a6d9cfbc7
commit 9aa74ab197
8 changed files with 411 additions and 32 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
use core::marker::PhantomData;
use dyn_any::{StaticType, StaticTypeSized};
use crate::Node;
use core::marker::PhantomData;
#[derive(Default, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
pub struct IntNode<const N: u32>;