UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

35 lines 2.04 kB
```css // Property: mode // Component(s): fs.Stats, fs.appendFile.options, fs.mkdir.options, fs.writeFile.options, CreateStreamArgs, Ti.UI.MaskedImage '.mode-stream-read': { mode: Ti.Stream.MODE_READ } '.mode-stream-write': { mode: Ti.Stream.MODE_WRITE } '.mode-stream-append': { mode: Ti.Stream.MODE_APPEND } '.mode-blend-clear': { mode: Ti.UI.BLEND_MODE_CLEAR } '.mode-blend-color': { mode: Ti.UI.BLEND_MODE_COLOR } '.mode-blend-burn': { mode: Ti.UI.BLEND_MODE_COLOR_BURN } '.mode-blend-dodge': { mode: Ti.UI.BLEND_MODE_COLOR_DODGE } '.mode-blend-copy': { mode: Ti.UI.BLEND_MODE_COPY } '.mode-blend-darken': { mode: Ti.UI.BLEND_MODE_DARKEN } '.mode-blend-destination-atop': { mode: Ti.UI.BLEND_MODE_DESTINATION_ATOP } '.mode-blend-destination-in': { mode: Ti.UI.BLEND_MODE_DESTINATION_IN } '.mode-blend-destination-out': { mode: Ti.UI.BLEND_MODE_DESTINATION_OUT } '.mode-blend-destination-over': { mode: Ti.UI.BLEND_MODE_DESTINATION_OVER } '.mode-blend-difference': { mode: Ti.UI.BLEND_MODE_DIFFERENCE } '.mode-blend-exclusion': { mode: Ti.UI.BLEND_MODE_EXCLUSION } '.mode-blend-hard-light': { mode: Ti.UI.BLEND_MODE_HARD_LIGHT } '.mode-blend-hue': { mode: Ti.UI.BLEND_MODE_HUE } '.mode-blend-lighten': { mode: Ti.UI.BLEND_MODE_LIGHTEN } '.mode-blend-luminosity': { mode: Ti.UI.BLEND_MODE_LUMINOSITY } '.mode-blend-multiply': { mode: Ti.UI.BLEND_MODE_MULTIPLY } '.mode-blend-normal': { mode: Ti.UI.BLEND_MODE_NORMAL } '.mode-blend-overlay': { mode: Ti.UI.BLEND_MODE_OVERLAY } '.mode-blend-plus-darker': { mode: Ti.UI.BLEND_MODE_PLUS_DARKER } '.mode-blend-plus-lighter': { mode: Ti.UI.BLEND_MODE_PLUS_LIGHTER } '.mode-blend-saturation': { mode: Ti.UI.BLEND_MODE_SATURATION } '.mode-blend-screen': { mode: Ti.UI.BLEND_MODE_SCREEN } '.mode-blend-soft-light': { mode: Ti.UI.BLEND_MODE_SOFT_LIGHT } '.mode-blend-source-atop': { mode: Ti.UI.BLEND_MODE_SOURCE_ATOP } '.mode-blend-source-in': { mode: Ti.UI.BLEND_MODE_SOURCE_IN } '.mode-blend-source-out': { mode: Ti.UI.BLEND_MODE_SOURCE_OUT } '.mode-blend-xor': { mode: Ti.UI.BLEND_MODE_XOR } ```