Constant SDL_ALPHA_OPAQUE

pub const SDL_ALPHA_OPAQUE: u8 = _; // 255u8
Available on crate feature dep_sdl3 only.
Expand description

A fully opaque 8-bit alpha value.

§Availability

This macro is available since SDL 3.2.0.

§See also