Package com.avrix.ui
Interface NanoColor.ColorAction
- Enclosing class:
- NanoColor
public static interface NanoColor.ColorAction
Functional interface for performing actions with an
NVGColor instance.-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.lwjgl.nanovg.NVGColor color) Executes an action with the givenNVGColorinstance.
-
Method Details
-
execute
void execute(org.lwjgl.nanovg.NVGColor color) Executes an action with the givenNVGColorinstance.- Parameters:
color- theNVGColorinstance to use in the action
-