Bitmap Plus
Search
⌃K

Replace Channels

Replace the Channels of a Bitmap

Description

Replace the Channels of a Bitmap.
Preview
Location
Inputs
Ouputs
Mode
Name | Replace Channels
Nickname | Replace
Tab | Bitmap
Panel | Edit
Division | 1
I | Image (B+ Image, Bitmap) | A Bitmap Plus Image or Bitmap
A | Alpha (Integer) | Replacement for Alpha channel
R | Red (Integer) | Replacement for Red channel
G | Green (Integer) | Replacement for Green channel
B | Blue (Integer) | Replacement for Blue channel
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)

Channels Mode

Channels Mode Enumerable
  • Alpha = 0
  • Red = 1
  • Green = 2
  • Blue = 3
  • Hue = 4
  • Saturation = 5
  • Luminance = 6

Usage