(long ptr, int value)
| 691 | public static native void _nSetDither(long ptr, boolean value); |
| 692 | public static native int _nGetMode(long ptr); |
| 693 | public static native void _nSetMode(long ptr, int value); |
| 694 | public static native int _nGetColor(long ptr); |
| 695 | public static native Color4f _nGetColor4f(long ptr); |
| 696 | public static native void _nSetColor(long ptr, int argb); |