mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 09:23:23 +00:00
@@ -1658,7 +1658,7 @@ public class SWFOutputStream extends OutputStream {
|
||||
* @throws IOException
|
||||
*/
|
||||
public void writePIX24(PIX24 value) throws IOException {
|
||||
writeUI8(0);
|
||||
writeUI8(value.reserved);
|
||||
writeUI8(value.red);
|
||||
writeUI8(value.green);
|
||||
writeUI8(value.blue);
|
||||
|
||||
Reference in New Issue
Block a user