logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_FColor - The bits of this structure can be directly reinterpreted as a float-packed color which uses

Availability

       This struct is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                                  SDL_FColor(3type)

Name

       SDL_FColor  - The bits of this structure can be directly reinterpreted as a float-packed color which uses
       the SDL_PIXELFORMAT_RGBA128_FLOAT format

Synopsis

#include<SDL3/SDL_pixels.h>typedefstructSDL_FColor{floatr;floatg;floatb;floata;}SDL_FColor;

See Also