protected static class GIFEmitter.ColorInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
blue |
int |
change |
protected static java.util.List<GIFEmitter.ColorInformation> |
entries |
double[] |
factor |
int |
green |
protected static GIFEmitter.ColorInformation |
instance |
boolean |
rainbow |
int |
red |
int |
which |
| Modifier | Constructor and Description |
|---|---|
protected |
ColorInformation() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fixFactor() |
protected void |
generateColor() |
static GIFEmitter.ColorInformation |
getColor(int index) |
byte |
scale(int value,
double factor) |
protected static GIFEmitter.ColorInformation instance
protected static java.util.List<GIFEmitter.ColorInformation> entries
public int red
public int green
public int blue
public int which
public int change
public double[] factor
public boolean rainbow
public static GIFEmitter.ColorInformation getColor(int index)
public byte scale(int value,
double factor)
protected void generateColor()
protected void fixFactor()
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature