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 Type
    Method
    Description
    void
    execute(org.lwjgl.nanovg.NVGColor color)
    Executes an action with the given NVGColor instance.
  • Method Details

    • execute

      void execute(org.lwjgl.nanovg.NVGColor color)
      Executes an action with the given NVGColor instance.
      Parameters:
      color - the NVGColor instance to use in the action