For Each If Color

Syntax

For Each If Color

Parameters

Array

Array of colors

Callable

Function that takes color by reference.
Called for each element in Array if returns true in Predicate

Predicate

Function that takes color and returns boolean.
If returns true Callable called

Output

Result

Modified Array