pixelsrc 0.2.0

Pixelsrc - GenAI-native pixel art format and compiler
Documentation
1
2
3
4
5
6
7
8
9
10
//! CSS Blend Mode Demo Tests
//!
//! Tests for composition blend modes as specified in ATF-10.
//! Each blend mode has dedicated fixtures in examples/demos/css/blend/.

mod multiply;
mod normal;
mod others;
mod overlay;
mod screen;