forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package flash.display;
|
||||
|
||||
extern final class JPEGXRCompressOptions implements IBitmapCompressOptions {
|
||||
var colorSpace : String;
|
||||
var quantization : UInt;
|
||||
var trimFlexBits : UInt;
|
||||
function new(quantization : UInt = 20, ?colorSpace : String, trimFlexBits : UInt = 0) : Void;
|
||||
}
|
Reference in New Issue
Block a user