mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Merge branch 'master' of https://github.com/tvdzwan/hyperion
Former-commit-id: 93e7f10b8474d34a61cbc5b0fb3d94f0253bb510
This commit is contained in:
commit
f832ce55f5
@ -1 +1 @@
|
||||
58c9b56f08a3ea76161730b0f8b8f102e8d70143
|
||||
5f89c576076370408e88f29bd2713acd0533c845
|
@ -76,7 +76,7 @@ public class ColorConfig {
|
||||
strBuf.append("\t\t\"hsv\" :\n");
|
||||
strBuf.append("\t\t{\n");
|
||||
strBuf.append(String.format(Locale.ROOT, "\t\t\t\"saturationGain\" : %.4f,\n", mSaturationGain));
|
||||
strBuf.append(String.format(Locale.ROOT, "\t\t\t\"valuGain\" : %.4f\n", mValueGain));
|
||||
strBuf.append(String.format(Locale.ROOT, "\t\t\t\"valueGain\" : %.4f\n", mValueGain));
|
||||
|
||||
strBuf.append("\t\t}");
|
||||
return strBuf.toString();
|
||||
|
Loading…
Reference in New Issue
Block a user