Contains the set of image filters to apply to a pixel or element.
Introduced in Wear OS 4.
Syntax
<ImageFilters> <!-- As of Wear OS 4, the only supported image filter is an HSB filter. --> <HsbFilter> ... </HsbFilter> </ImageFilters>
Inner elements
The ImageFilters
element can contain one or more instances of
HsbFilter
, which represents an hue-saturation-brightness (HSB) filter.
Recommended for you
- Note: link text is displayed when JavaScript is off
- ImageFilters
- HsbFilter
- PartImage