> For the complete documentation index, see [llms.txt](https://docs.scenic.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scenic.tools/block/operator/multiply.md).

# Multiply (\*)

Multiplies respective Attributes of its children Blocks together.

Similar to [Add](/block/operator/add.md), this block supports multiplication of different types of attributes.

Examples include:

* Values (simple math multiplication)
* Colors (per channel multiplication, such as Multiply blending in photo editing software). If you're looking for simple dimming, the [Dim](/block/modify/color/dim.md) Block may be a better choice.
