MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / java_tableGetColor

Function java_tableGetColor

src/LBackend_Android.c:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519void LBackend_TableMouseUp(struct LTable* w, int idx) { }
520
521static jint JNICALL java_tableGetColor(JNIEnv* env, jobject o, jint row, jboolean selected, jboolean featured) {
522 return ToAndroidColor(LTable_RowColor(row, selected, featured));
523}
524
525
526/*########################################################################################################################*

Callers

nothing calls this directly

Calls 2

ToAndroidColorFunction · 0.85
LTable_RowColorFunction · 0.85

Tested by

no test coverage detected