Tizen Native API
5.0
|
Dali::SamplingMode Namespace Reference
Filtering options, used when resizing images to sample original pixels. More...
Enumerations | |
enum | Type |
Enumeration for SamplingMode type. More... | |
Variables | |
const Type | DEFAULT = BOX |
TOP_LEFT. |
Detailed Description
Filtering options, used when resizing images to sample original pixels.
A SamplingMode controls how pixels in an input image are sampled and combined to generate each pixel of a destination image during a scaling.
NoFilter and Box modes do not guarantee that the output pixel array exactly matches the rectangle specified by the desired dimensions and FittingMode, but all other filter modes do if the desired dimensions are `<=` the raw dimensions of the input image file.
- Since:
- 3.0, DALi version 1.0.0
Enumeration Type Documentation
Enumeration for SamplingMode type.
- Since:
- 3.0, DALi version 1.0.0
- Enumerator:
Variable Documentation
const Type Dali::SamplingMode::DEFAULT = BOX |
TOP_LEFT.
CENTER.