Uses of Enum Class
heronarts.lx.color.LXColor.Blend
Package
Description
Core LX engine and component functionality.
Classes for color manipulation, blending, color values.
-
Uses of LXColor.Blend in heronarts.lx
Modifier and TypeMethodDescriptionprotected final LXLayeredComponent
LXLayeredComponent.blendColor
(int i, int c, LXColor.Blend blendMode) Blend the color at index i with its existing valueprotected final LXLayeredComponent
LXLayeredComponent.blendColor
(LXModel model, int c, LXColor.Blend blendMode) -
Uses of LXColor.Blend in heronarts.lx.color
Modifier and TypeMethodDescriptionstatic LXColor.Blend
Returns the enum constant of this class with the specified name.static LXColor.Blend[]
LXColor.Blend.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic int
LXColor.blend
(int dst, int src, LXColor.Blend blendMode) Blends the two colors using specified blend based on the alpha channel of c2