Package net.runelite.api.gameval
Class InterfaceID.ColourPallet
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ColourPallet
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ColourPallet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CANCEL
static int
CLAMP
static int
CONTAINER
static int
FADER
static int
FRAME
static int
INFO
static int
PALLET
static int
PALLET_COLOURS
static int
PALLET_CUSTOM
static int
PALLET_CUSTOM_CLICKZONE
static int
SCROLLBAR
static int
SUBMIT
static int
UNIVERSE
static int
WINDOW
-
Constructor Summary
Constructors Constructor Description ColourPallet()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CLAMP
public static final int CLAMP
- See Also:
- Constant Field Values
-
FADER
public static final int FADER
- See Also:
- Constant Field Values
-
WINDOW
public static final int WINDOW
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
PALLET_CUSTOM
public static final int PALLET_CUSTOM
- See Also:
- Constant Field Values
-
PALLET_CUSTOM_CLICKZONE
public static final int PALLET_CUSTOM_CLICKZONE
- See Also:
- Constant Field Values
-
PALLET
public static final int PALLET
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
PALLET_COLOURS
public static final int PALLET_COLOURS
- See Also:
- Constant Field Values
-
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
-
SUBMIT
public static final int SUBMIT
- See Also:
- Constant Field Values
-
-