Constant SDL_ALPHA_TRANSPARENT_FLOAT

pub const SDL_ALPHA_TRANSPARENT_FLOAT: f32 = 0.0_f32; // 0f32
Available on crate feature dep_sdl3 only.
Expand description

A fully transparent floating point alpha value.

§Availability

This macro is available since SDL 3.2.0.

§See also