touchgfx::ScalableImage::ScalingAlgorithm is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ScalableImage::ScalingAlgorithm

touchgfx::ScalableImage::ScalingAlgorithm enum

@enum ScalingAlgorithm Rendering algorithms of the scaled bitmap. Rendering algorithms of the scaled bitmap. NEAREST_NEIGHBOR: Fast but not a very good image quality. Good for fast animations. BILINEAR_INTERPOLATION: Slow but good image quality. Good for static representation of a scaled image.

Syntax

enum ScalingAlgorithm {     NEAREST_NEIGHBOR,     BILINEAR_INTERPOLATION };

Values

NEAREST_NEIGHBOR

No summary provided. Read more...

BILINEAR_INTERPOLATION

No summary provided. Read more...