Class GuiMeshGradient

java.lang.Object
com.render.api.gui.paint.GuiMeshGradient

public final class GuiMeshGradient extends Object
Immutable rectangular mesh-gradient definition.

Each patch stores four corner colors and optional cubic boundary control points. Control points use normalized patch coordinates and are ordered as two controls for the top edge (left to right), right edge (top to bottom), bottom edge (left to right), and left edge (top to bottom). RenderLib evaluates those boundaries as a Coons patch and adaptively tessellates it in device space.