(long ptr, int value)
| 724 | public static native void _nSetDither(long ptr, boolean value); |
| 725 | public static native int _nGetMode(long ptr); |
| 726 | public static native void _nSetMode(long ptr, int value); |
| 727 | public static native int _nGetColor(long ptr); |
| 728 | public static native Color4f _nGetColor4f(long ptr); |
| 729 | public static native void _nSetColor(long ptr, int argb); |