UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

32 lines 1.93 kB
```scss // Property(ies): mode ( Background Blend Mode ) // Component(s): Ti.UI.MaskedImage '.bg-blend-clear': { mode: Ti.UI.BLEND_MODE_CLEAR } '.bg-blend-copy': { mode: Ti.UI.BLEND_MODE_COPY } '.bg-blend-darken': { mode: Ti.UI.BLEND_MODE_DARKEN } '.bg-blend-destination-atop': { mode: Ti.UI.BLEND_MODE_DESTINATION_ATOP } '.bg-blend-destination-in': { mode: Ti.UI.BLEND_MODE_DESTINATION_IN } '.bg-blend-destination-out': { mode: Ti.UI.BLEND_MODE_DESTINATION_OUT } '.bg-blend-destination-over': { mode: Ti.UI.BLEND_MODE_DESTINATION_OVER } '.bg-blend-lighten': { mode: Ti.UI.BLEND_MODE_LIGHTEN } '.bg-blend-multiply': { mode: Ti.UI.BLEND_MODE_MULTIPLY } '.bg-blend-normal': { mode: Ti.UI.BLEND_MODE_NORMAL } '.bg-blend-overlay': { mode: Ti.UI.BLEND_MODE_OVERLAY } '.bg-blend-plus-lighter': { mode: Ti.UI.BLEND_MODE_PLUS_LIGHTER } '.bg-blend-screen': { mode: Ti.UI.BLEND_MODE_SCREEN } '.bg-blend-source-atop': { mode: Ti.UI.BLEND_MODE_SOURCE_ATOP } '.bg-blend-source-in': { mode: Ti.UI.BLEND_MODE_SOURCE_IN } '.bg-blend-source-out': { mode: Ti.UI.BLEND_MODE_SOURCE_OUT } '.bg-blend-xor': { mode: Ti.UI.BLEND_MODE_XOR } '.bg-blend-color[platform=ios]': { mode: Ti.UI.BLEND_MODE_COLOR } '.bg-blend-color-burn[platform=ios]': { mode: Ti.UI.BLEND_MODE_COLOR_BURN } '.bg-blend-color-dodge[platform=ios]': { mode: Ti.UI.BLEND_MODE_COLOR_DODGE } '.bg-blend-diference[platform=ios]': { mode: Ti.UI.BLEND_MODE_DIFFERENCE } '.bg-blend-exclusion[platform=ios]': { mode: Ti.UI.BLEND_MODE_EXCLUSION } '.bg-blend-hard-light[platform=ios]': { mode: Ti.UI.BLEND_MODE_HARD_LIGHT } '.bg-blend-hue[platform=ios]': { mode: Ti.UI.BLEND_MODE_HUE } '.bg-blend-luminosity[platform=ios]': { mode: Ti.UI.BLEND_MODE_LUMINOSITY } '.bg-blend-plus-darker[platform=ios]': { mode: Ti.UI.BLEND_MODE_PLUS_DARKER } '.bg-blend-saturation[platform=ios]': { mode: Ti.UI.BLEND_MODE_SATURATION } '.bg-blend-soft-light[platform=ios]': { mode: Ti.UI.BLEND_MODE_SOFT_LIGHT } ```