Class ColorCombiner
java.lang.Object
net.xun.lib.common.api.misc.color.ColorCombiner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RGBColorblendAdd(IColorBase color1, IColorBase color2) static RGBColorblendAverage(IColorBase color1, IColorBase color2) static RGBColorblendDarken(IColorBase color1, IColorBase color2) static RGBColorblendLighten(IColorBase color1, IColorBase color2) static RGBColorblendMultiply(IColorBase color1, IColorBase color2) static RGBColorblendOverlay(IColorBase color1, IColorBase color2) static RGBColorblendScreen(IColorBase color1, IColorBase color2)
-
Constructor Details
-
ColorCombiner
public ColorCombiner()
-
-
Method Details
-
blendAdd
-
blendAverage
-
blendMultiply
-
blendScreen
-
blendOverlay
-
blendLighten
-
blendDarken
-