kornelski / rust-rgb

struct RGB for sharing pixels between crates
https://lib.rs/rgb
MIT License
97 stars 19 forks source link

mut-methods #97

Closed ripytide closed 2 months ago

ripytide commented 2 months ago

To be reviewed after #96

Although not strictly necessary the mut methods are quite convenient and possibly more efficient in some scenarios depending on how well the compiler optimizes certain operations these are convenient for.