Interface IRender


public interface IRender
  • Method Details

    • newColor

      DrawColor newColor()
    • newColor

      DrawColor newColor(int packed)
    • newColor

      DrawColor newColor(int r, int g, int b, int a)