10 u8 i =
static_cast<u8>(f * 255.0f + .5f);
20 i16 cx =
static_cast<i16
>(
floorf(
x));
21 i16 cy =
static_cast<i16
>(
floorf(
y));
28 float w_ll = (1 - fx) * (1 - fy);
29 float w_lr = fx * (1 - fy);
30 float w_ul = (1 - fx) * fy;
unsigned int xy(unsigned int x, unsigned int y)
FL_DISABLE_WARNING_PUSH U constexpr common_type_t< T, U > min(T a, U b) FL_NOEXCEPT
float floorf(float value) FL_NOEXCEPT
Tile2x2_u8 splat(vec2f xy)
"Splat" as in "splat pixel rendering" takes a pixel value in float x,y coordinates and "splats" it in...
static u8 to_uint8(float f)
Base definition for an LED controller.