Bitmap Plus
Search
⌃K

Set Layer

Applies a layer to an image

Description

Applies a layer to an image
Preview
Location
Inputs
Ouputs
Mode
Name | Set Layer
Nickname | SetLyr
Tab | Bitmap
Panel | Layers
Division | 1
I | Image (B+ Image, Bitmap) | A Bitmap Plus Image or Bitmap
B | Blend Mode (Integer) | The transparency blend mode. See Below
O | Opacity (Number) | An opacity value [0-1]
M | Mask (B+ Image, Bitmap) | A Bitmap Plus Image or Bitmap for an opacity mask
I | Image (B+ Image) | A Bitmap Plus Image
Save Image | Opens a file save dialog to save a raster file of the current image.
Copy Image to Clipboard | Copies the image to the clipboard (no alpha)

Blend Modes

Blend Mode Enumerable
  • Normal = 0
  • Dissolve = 1
  • Multiply = 2
  • Screen = 3
  • Overlay = 4
  • Darken = 5
  • Lighten = 6
  • Color Dodge = 7
  • Color Burn = 8
  • Linear Dodge = 9
  • Linear Burn = 10
  • Lighter Color = 11
  • Darker Color = 12
  • Hard Light = 13
  • Soft Light = 14
  • Linear Light = 16
  • Pin Light = 17
  • Difference = 19
  • Exclusion = 20
  • Color = 23
  • Luminosity = 24

Usage

Blend Mode Samples

Color
Color Burn
Color Dodge
Darken
Darker Color
Difference
Dissolve
Exclusion
Hard Light
Lighten
Lighter Color
Normal
Linear Burn
Linear Dodge
Linear Light
Luminocity
Multiply
Soft Light
Overlay
Pin Light
Screen