(int color)
| 406 | public static native long _nMakeTurbulence(float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, int tileSizeX, int tileSizeY); |
| 407 | public static native long _nMakeEmpty(); |
| 408 | public static native long _nMakeColor(int color); |
| 409 | public static native long _nMakeColorCS(float r, float g, float b, float a, long colorSpacePtr); |
| 410 | public static native long _nMakeBlend(int blendMode, long dst, long src); |
| 411 | } |