---
title: "takeOrElse"
description: "If this color [isSpecified] then this is returned, otherwise [block] is executed and its result
is returned."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline fun Color.takeOrElse(block: () -> Color): Color
```


If this color `isSpecified` then this is returned, otherwise `block` is executed and its result
is returned.



