#include <JQColorChooserBridge.h>
Static Public Member Functions | |
static jobject | getColor (JNIEnv *env, jclass cls, jlong parentBridge, jint initialColor) |
Returns color selected by the user. |
jobject JQColorChooserBridge::getColor | ( | JNIEnv * | env, | |
jclass | cls, | |||
jlong | parentBridge, | |||
jint | initialColor | |||
) | [static] |
Returns color selected by the user.
env | the JNIEnv pointer | |
cls | the JQColorChooser class | |
parentBridge | the parent bridge | |
initialColor | the initial color |