kornelski / rust-rgb

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

rename `color_array` and `color_array_mut` to `to_color_array` and `each_color_mut` #136

Closed ripytide closed 2 months ago

ripytide commented 2 months ago

To match Pixel::to_array() and Pixel::each_mut() for slightly better consistency.