Skip to content

Commit

Permalink
tweak NGC_PEER_LUMINANCE_THRESHOLD_FOR_SHADOW for showing shadow unde…
Browse files Browse the repository at this point in the history
…r peer name in groups when the peername color is very bright
  • Loading branch information
zoff99 committed Apr 27, 2024
1 parent b94c765 commit 5c05fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ var emojis_cat_all_gropued: ArrayList<ArrayList<ArrayList<EmojiStrAndName>>> = A
var emojis_cat_all_cat_names: ArrayList<String> = ArrayList()
var emojis_cat_all_cat_emoji: ArrayList<String> = ArrayList()
const val emojis_per_row = 6
const val NGC_PEER_LUMINANCE_THRESHOLD_FOR_SHADOW = 0.935f // 0.733f // 0.935f
const val NGC_PEER_LUMINANCE_THRESHOLD_FOR_SHADOW = 0.85f // 0.935f // 0.733f // 0.935f
val ImageloaderDispatcher = Executors.newFixedThreadPool(5).asCoroutineDispatcher()
var global_semaphore_contactlist_ui = CustomSemaphore(1)
var global_semaphore_grouppeerlist_ui = CustomSemaphore(1)
Expand Down

0 comments on commit 5c05fd2

Please sign in to comment.