[TIMOB-12966] TiAPI: Define API for cross-platform maskedimage component
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2018-04-11T01:48:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | n/a |
Reporter | Arthur Evans |
Assignee | Unknown |
Created | 2013-03-06T01:04:15.000+0000 |
Updated | 2018-04-28T04:33:05.000+0000 |
Description
Currently, we have a MaskedImage control under Ti.UI, which is iOS-only and closely tied to the iOS API (for example, we support all 28 blend modes used by iOS).
Android supports 18 porter-duff transfer modes, plus two others.
If this is valuable, we should create a cross-platform alternative.
I suspect there is a popular set of use cases which is significantly smaller than the set that MaskedImage supports, which would make it easier to support the control across platforms.
Not widely used. Deferring.
We plan on adding
MaskedImage
support on Android in the near future. Please see: [TIMOB-17363]