Package codechicken.lib.model
Class QuadTinter
java.lang.Object
codechicken.lib.model.QuadTransformer
codechicken.lib.model.QuadTinter
This transformer tints quads..
Feed it the output of BlockColors.colorMultiplier.
Colors are in ARGB, Alpha is completely ignored.
Color format: 0000 RRRR GGGG BBBB
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class codechicken.lib.model.QuadTransformer
beforeTransform, epsComp, transform, transform
-
Constructor Details
-
QuadTinter
public QuadTinter()
-
-
Method Details
-
setTint
-
transform
Description copied from class:QuadTransformerTransform the quad.- Specified by:
transformin classQuadTransformer- Returns:
- If transformation should continue.
If
false, the quad will be discarded.
-