public abstract class ColorFunction extends Object implements IFunction, ImageComputation<RGBALegacyType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ColorFunction.Channel |
| Modifier and Type | Field and Description |
|---|---|
protected static NumberFunction |
empty |
| Constructor and Description |
|---|
ColorFunction() |
| Modifier and Type | Method and Description |
|---|---|
Image<RGBALegacyType> |
asImage() |
Image<RGBALegacyType> |
asImage(int numThreads) |
protected static IFunction |
wrap(Object ob) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitduplicate, eval, findCursorsprotected static final NumberFunction empty
public Image<RGBALegacyType> asImage() throws Exception
asImage in interface ImageComputation<RGBALegacyType>Exceptionpublic Image<RGBALegacyType> asImage(int numThreads) throws Exception
asImage in interface ImageComputation<RGBALegacyType>ExceptionCopyright © 2015–2021 Fiji. All rights reserved.