We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b779c commit b9743baCopy full SHA for b9743ba
Sources/GraphicsColor.swift
@@ -289,7 +289,7 @@ public extension AndroidGraphicsColor {
289
__args[1] = jvalue(f: jfloat(red))
290
__args[2] = jvalue(f: jfloat(green))
291
__args[3] = jvalue(f: jfloat(blue))
292
-
+
293
let __return = JNIMethod.CallStaticIntMethod(className: JNICache.className,
294
classCache: &JNICache.jniClass,
295
methodName: "argb",
0 commit comments