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, wait
duplicate, eval, findCursors
protected static final NumberFunction empty
public Image<RGBALegacyType> asImage() throws Exception
asImage
in interface ImageComputation<RGBALegacyType>
Exception
public Image<RGBALegacyType> asImage(int numThreads) throws Exception
asImage
in interface ImageComputation<RGBALegacyType>
Exception
Copyright © 2015–2021 Fiji. All rights reserved.