mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:38:05 +08:00
Implement the correct Brightness/Contrast node algorithm (#1130)
Implement correct brightness/contrast algorithm
This commit is contained in:
@@ -5,10 +5,11 @@ use crate::Node;
|
||||
#[cfg(target_arch = "spirv")]
|
||||
use spirv_std::num_traits::float::Float;
|
||||
|
||||
pub mod color;
|
||||
pub use self::color::Color;
|
||||
|
||||
pub mod adjustments;
|
||||
pub mod brightness_contrast;
|
||||
pub mod color;
|
||||
pub use adjustments::*;
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
|
||||
Reference in New Issue
Block a user