Modifier and Type | Field and Description |
---|---|
protected float |
b |
protected float |
g |
protected float |
r |
Constructor and Description |
---|
LUTCustom() |
LUTCustom(float r,
float g,
float b) |
LUTCustom(Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ij.process.ImageProcessor |
process(ij.process.ImageProcessor ip)
Execute the filter, returning possibly a new ImageProcessor, or the same as given.
|
String |
toXML(String indent)
Create an XML representation of this Filter.
|
public LUTCustom()
public LUTCustom(float r, float g, float b)
r
- Between [0, 1]g
- Between [0, 1]b
- Between [0, 1]public ij.process.ImageProcessor process(ij.process.ImageProcessor ip)
IFilter
public String toXML(String indent)
IFilter
Copyright © 2015–2021 Fiji. All rights reserved.