- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for bgRgb (0.01 sec)
-
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
attributeOptions.add(48); attributeOptions.add(5); attributeOptions.add(color & 0xff); return this; } public Ansi bgRgb(int color) { return bgRgb(color >> 16, color >> 8, color); } public Ansi bgRgb(int r, int g, int b) { attributeOptions.add(48); attributeOptions.add(2); attributeOptions.add(r & 0xff);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 23.1K bytes - Viewed (0)