# Special Effect Drawing Combination The **useEffect** attribute is used to combine the drawing of special effects, such as background blur. > **NOTE** > > This attribute is supported since API version 12. Updates will be marked with a superscript to indicate their earliest API version. > ## useEffect useEffect(value: boolean) Specifies whether to combine the drawing of special effects, such as background blur. **System capability**: SystemCapability.ArkUI.ArkUI.Full **Parameters** | Name| Type| Mandatory| Description| | -------- | -------- | -------- | -------- | | value | boolean | Yes| Whether the component inherits the special effect settings of the **\** component.
The value **true** means that the component inherits the special effect settings of the **\** component, and **false** means the opposite.
Default value: **false**|