touchgfx::TextureSurface is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::TextureSurface struct

@struct TextureSurface Types.hpp touchgfx/hal/Types.hpp A texture source. Contains a pointer to the data and the width and height of the texture. The alpha channel is used in 565 rendering with alpha. The stride is the width used when moving to the next line of the texture.

Syntax

struct TextureSurface {     const uint16_t* data;                const uint8_t* alphaChannel;         int32_t width;                       int32_t height;                      int32_t stride;                  };

Fields

data

No summary provided. Read more...

alphaChannel

No summary provided. Read more...

width

No summary provided. Read more...

height

No summary provided. Read more...

stride

No summary provided. Read more...