Add test for gray scale node

# Conflicts:
#	node-graph/gcore/src/raster.rs
This commit is contained in:
Dennis
2022-08-10 13:10:14 +02:00
committed by Keavon Chambers
parent ef08c27e9c
commit 7f415febed
2 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
use serde::{Deserialize, Serialize};
// use serde::{Deserialize, Serialize};
/// Structure that represents a color.
/// Internally alpha is stored as `f32` that ranges from `0.0` (transparent) to `1.0` (opaque).