There are two calls that take save flags, save() and saveLayer().
Only the first two flags are meaningful for save() : MATRIX and CLIP.
The others are legal, but are ignored.
saveLayer() has more options, including
HAS_ALPHA - request that the layer has per-pixel alpha
FULL_COLOR - request that the layer has at least 8bits per component
CLIP_TO_LAYER - clip drawing to just the layer
On Mon, Oct 6, 2008 at 5:12 AM, sahn0 <[EMAIL PROTECTED]> wrote:
>
> I need a clarification on which _SAVE_FLAG values can go into save(int
> saveFlags) method.
> As I understand, I can specify only two of them - MATRIX_SAVE_FLAG and
> CLIP_SAVE_FLAG. What about other values? Are they used internally?
> Maybe they should be private then?
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---