---
title: "Shadows.Compound"
description: "Configures multiple stacked [Shadow]s."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public class Compound(public val shadows: Array<out Shadow>) : Shadows()
```

Configures multiple stacked `Shadow`s.

## Functions

### equals

> Source set: Common

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Common

```kotlin
override fun hashCode(): Int
```
