Extract graster-nodes (#2783)

This commit is contained in:
Firestar99
2025-07-01 20:12:12 +02:00
committed by GitHub
parent 8e2c206a01
commit 602d7e8bd1
18 changed files with 228 additions and 120 deletions

View File

@@ -12,13 +12,10 @@ pub mod color {
pub use super::*;
}
pub mod adjustments;
pub mod brush_cache;
pub mod curve;
pub mod image;
pub use self::image::Image;
pub use adjustments::*;
pub trait Bitmap {
type Pixel: Pixel;