Flutter Engine
The Flutter Engine
|
Enumerations | |
enum class | DisposalMethod { kKeep = 1 , kRestoreBGColor = 2 , kRestorePrevious = 3 } |
enum class | Blend { kSrcOver , kSrc } |
|
strong |
How to blend the current frame.
Enumerator | |
---|---|
kSrcOver | Blend with the prior frame as if using SkBlendMode::kSrcOver. |
kSrc | Blend with the prior frame as if using SkBlendMode::kSrc. This frame's pixels replace the destination pixels. |
Definition at line 46 of file SkCodecAnimation.h.
|
strong |
This specifies how the next frame is based on this frame.
Names are based on the GIF 89a spec.
The numbers correspond to values in a GIF.
Definition at line 19 of file SkCodecAnimation.h.