Uses of Enum Class
heronarts.lx.color.LXColor.Blend
Packages that use LXColor.Blend
Package
Description
Core LX engine and component functionality.
Classes for color manipulation, blending, color values.
-
Uses of LXColor.Blend in heronarts.lx
Methods in heronarts.lx with parameters of type LXColor.BlendModifier and TypeMethodDescriptionprotected final LXLayeredComponentLXLayeredComponent.blendColor(int i, int c, LXColor.Blend blendMode) Blend the color at index i with its existing valueprotected final LXLayeredComponentLXLayeredComponent.blendColor(LXModel model, int c, LXColor.Blend blendMode) -
Uses of LXColor.Blend in heronarts.lx.color
Methods in heronarts.lx.color that return LXColor.BlendModifier and TypeMethodDescriptionstatic LXColor.BlendReturns 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.Methods in heronarts.lx.color with parameters of type LXColor.BlendModifier and TypeMethodDescriptionstatic intLXColor.blend(int dst, int src, LXColor.Blend blendMode) Blends the two colors using specified blend based on the alpha channel of c2