CombineMode – Aspire Only: Difference between revisions
(Created page with "Category:SDK right|50px|link=Aspire Only This is an ‘enum’ which represents the values used to specify a combine mode for many operations. Combine mo...") |
No edit summary |
||
Line 25: | Line 25: | ||
[[File:Back.jpg|right|50px|link=Aspire Only]] | [[File:Back.jpg|right|50px|link=Aspire Only]] | ||
==References== | ==References== | ||
'''Please Note:''' The base material for the contents found in this WiKi was sourced from Vectric Lua Interface for Gadgets, version | '''Please Note:''' The base material for the contents found in this WiKi was sourced from Vectric Lua Interface for Gadgets, version 10.0, published August 21, 2019. by Vectric Ltd. Most current document from Vertric can be downloaded at [https://gadgets.vectric.com/developerinfo.html Vertric Developer Information] |
Latest revision as of 07:48, 4 August 2021
This is an ‘enum’ which represents the values used to specify a combine mode for many operations. Combine modes instruct Aspire how overlapping components should interact with each other.
--Properties--
.Add
R/O – When a component overlaps with another at a pixel combine their heights additively
.Subtract
R/O – When a component overlaps with another at a pixel combine their heights subtractively
.MergeHeighest
R/O – When a component overlaps with another at a pixel combine their heights by taking the highest value
.MergeLowest
R/O – When a component overlaps with another at a pixel combine their heights by taking the lowest value
.Multiply
R/O – When a component overlaps with another at a pixel combine them by multiplying their heights together
.Replace
R/O – When a component overlaps with another at a pixel combine replacing pixels
References
Please Note: The base material for the contents found in this WiKi was sourced from Vectric Lua Interface for Gadgets, version 10.0, published August 21, 2019. by Vectric Ltd. Most current document from Vertric can be downloaded at Vertric Developer Information