LNXSDK/Kha/Tools/windows_x64/std/flash/display/JPEGXREncoderOptions.hx

9 lines
277 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.display;
extern final class JPEGXREncoderOptions {
var colorSpace : BitmapEncodingColorSpace;
var quantization : UInt;
var trimFlexBits : UInt;
function new(quantization : UInt = 20, ?colorSpace : BitmapEncodingColorSpace, trimFlexBits : UInt = 0) : Void;
}