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 TypeMethodDescriptionvoid
execute
(org.lwjgl.nanovg.NVGColor color) Executes an action with the givenNVGColor
instance.
-
Method Details
-
execute
void execute(org.lwjgl.nanovg.NVGColor color) Executes an action with the givenNVGColor
instance.- Parameters:
color
- theNVGColor
instance to use in the action
-