Package | Description |
---|---|
heronarts.lx |
Core LX engine and component functionality.
|
heronarts.lx.color |
Classes for color manipulation, blending, color values.
|
Modifier and Type | Method and Description |
---|---|
protected LXLayeredComponent |
LXLayeredComponent.blendColor(int i,
int c,
LXColor.Blend blendMode)
Blend the color at index i with its existing value
|
protected LXLayeredComponent |
LXLayeredComponent.blendColor(LXModel model,
int c,
LXColor.Blend blendMode) |
Modifier and Type | Method and Description |
---|---|
static LXColor.Blend |
LXColor.Blend.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXColor.Blend[] |
LXColor.Blend.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
LXColor.blend(int dst,
int src,
LXColor.Blend blendMode)
Blends the two colors using specified blend based on the alpha channel of c2
|
LX library by Mark C. Slee. © 2012-2020