touchgfx::Bitmap::dynamicBitmapSetSolidRect() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Bitmap::dynamicBitmapSetSolidRect()

touchgfx::Bitmap::dynamicBitmapSetSolidRect() method

@fn static bool Bitmap::dynamicBitmapSetSolidRect(BitmapId id, const Rect& solidRect); Set the solid rectangle of a dynamic bitmap Set the solid rectangle of a dynamic bitmap. Only relevant for RGBA8888 bitmaps. The solid part of the bitmap is drawn faster than the transparent parts.

Syntax

static bool dynamicBitmapSetSolidRect(BitmapId id,     const Rect& solidRect);

Arguments

id

The identifier.

solidRect

The solid rectangle.

Return value

true if it succeeds, false if it fails.

References

LocationText
Bitmap.hpp:452
static bool dynamicBitmapSetSolidRect(BitmapId id, const Rect& solidRect);