OptionalImageTernaryFunction

Boilerplate which avoids having to use generics.

Similar to ImageTernaryFunction, but the value can also be null.

Constructors

Link copied to clipboard
constructor(argA: OA, argB: OB, argC: OC, lambda: (A, B, C) -> Image?)