dev/rgba8888-framebuffer-and-pixel-format-direction #30

Merged
bquarkz merged 10 commits from dev/rgba8888-framebuffer-and-pixel-format-direction into master 2026-05-24 08:23:51 +00:00
3 changed files with 0 additions and 1 deletions
Showing only changes of commit a07104aad1 - Show all commits

View File

@ -64,5 +64,4 @@ impl Color {
pub const fn alpha(self) -> u8 {
(self.0 & 0xFF) as u8
}
}