Constant SDL_ALPHA_OPAQUE_FLOAT

pub const SDL_ALPHA_OPAQUE_FLOAT: f32 = 1.0_f32; // 1f32
Available on crate feature dep_sdl3 only.
Expand description

A fully opaque floating point alpha value.

§Availability

This macro is available since SDL 3.2.0.

§See also