Add color blending

This commit is contained in:
2026-07-12 21:25:31 -04:00
parent fd49ae7256
commit 81a1a2a254
6 changed files with 88 additions and 14 deletions
+2
View File
@@ -14,6 +14,8 @@ use rand_xoshiro::Xoshiro256StarStar;
/// This function assumes a properly-initialized state array;
/// output may silently degenerate if the initial state is all zeros,
/// so this module is private to the crate.
// Temporarily unused, will be required once the main image accumulation entry point is implemented
#[allow(unused)]
pub(crate) fn xoshiro256starstar_from_seed(
rng_state: <Xoshiro256StarStar as SeedableRng>::Seed,
) -> Xoshiro256StarStar {