Class ImColor

java.lang.Object
net.botwithus.rs3.imgui.imfx.ImColor

public final class ImColor extends Object
  • Constructor Details

    • ImColor

      public ImColor(int r, int g, int b, int a)
  • Method Details

    • getR

      public float getR()
    • getG

      public float getG()
    • getB

      public float getB()
    • getA

      public float getA()