public class ColorStream extends Object
Modifier and Type | Field and Description |
---|---|
protected static double[] |
bs |
protected static double |
goldenRatio |
protected static double[] |
gs |
protected static double[] |
rs |
protected static double |
stepSize |
Constructor and Description |
---|
ColorStream() |
Modifier and Type | Method and Description |
---|---|
protected static int |
argb(int r,
int g,
int b) |
static int |
get(long index) |
protected static int |
interpolate(double[] xs,
int k,
int l,
double u,
double v) |
static Iterator<ARGBType> |
iterator() |
static int |
next() |
protected static final double goldenRatio
protected static final double stepSize
protected static final double[] rs
protected static final double[] gs
protected static final double[] bs
Copyright © 2015–2021 Fiji. All rights reserved.