CombineMode – Aspire Only

From SDK
Jump to navigation Jump to search
Back.jpg

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


Back.jpg

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