Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-20 UTC.
[null,null,["Last updated 2025-05-20 UTC."],[],[],null,["# ImageFilters\n\nWatch Face Format version Version 4 Version 3 Version 2 Version 1\n\n*** ** * ** ***\n\nContains the set of image filters to apply to a pixel or element.\n\nIntroduced in Wear OS 4.\n\nSyntax\n------\n\n```xml\n\u003cImageFilters\u003e\n \u003c!-- As of Wear OS 4, the only supported image filter is an HSB filter. --\u003e\n \u003cHsbFilter\u003e\n ...\n \u003c/HsbFilter\u003e\n\u003c/ImageFilters\u003e\n```\n\nInner elements\n--------------\n\nThe `ImageFilters` element can contain one or more instances of\n[`HsbFilter`](/training/wearables/wff/group/part/image/image-filter/hsb-filter), which represents an hue-saturation-brightness (HSB) filter.\n\nRecommended for you\n-------------------\n\n- Note: link text is displayed when JavaScript is off\n- [ImageFilters](/training/wearables/wff/v2/group/part/image/image-filter/image-filters)\n- [HsbFilter](/training/wearables/wff/group/part/image/image-filter/hsb-filter)\n- [PartImage](/training/wearables/wff/v2/group/part/image/part-image)"]]