public bool AllowDeltaFrames { get; set; }
Public Property AllowDeltaFrames As Boolean
Get
Set
public:
property bool AllowDeltaFrames {
bool get ();
void set (bool value);
}
member AllowDeltaFrames : bool with get, set
If Quantizer is set to an OptimizedPaletteQuantizer that allows creating a specific palette for each frame, then setting this property to might also allow producing high color frames.
If AllowClippedFrames is , then this property is ignored for quantizers with no transparency support. Therefore make sure that you set also the AllowClippedFrames to if you use a quantizer without transparency support.