Bitmap Plus
  • 👋Welcome
  • 🛠️COMPONENTS
    • Visualize
      • ⚫Prev Image
    • Create
      • ⚫Build Bitmap
      • ⚫Procedural Cellular
      • ⚫Procedural Noise
      • ⚫Procedural Fractal Pass
      • ⚫Image to Bitmap
    • Filter
      • ⚫Adjustment Filter
      • ⚫Effects Filter
      • ⚫Figure Filter
      • ⚫Sharpen Filter
      • ⚫Smooth Filter
      • ⚫Difference Filter
      • ⚫Extract Filter
      • ⚫Filtering Filter
      • ⚫Grayscale Filter
      • ⚫Levels Filter
      • ⚫Blob Filter
      • ⚫Canny Edge Filter
      • ⚫Dithering Filter
      • ⚫Edges Filter
      • ⚫Streak Filter
      • ⚫Threshold Filter
      • ⚫Convolution Filter
      • ⚫Iterate Filter
    • Edit
      • ⚫Swap 2 Channels
      • ⚫Replace Channels
    • Analysis
      • ⚫Bitmap Properties
      • ⚫Deconstruct Bitmap
      • ⚫Evaluate Bitmap
      • ⚫Get Pixel
    • Transform
      • ⚫Crop Image
      • ⚫Mirror Image
      • ⚫Polar Image
      • ⚫Move Image
      • ⚫Resize Image
      • ⚫Rotate Image
      • ⚫Scale Image
      • ⚫Shrink Image
    • Layers
      • ⚫Merge Images
      • ⚫Set Layer
      • ⚫Modify Layer
      • ⚫Transform Layers
    • File
      • ⚫Open Bitmap
      • ⚫Save Bitmap
    • Vectorize
      • ⚫Bitmap Blobs
      • ⚫Bitmap Corners
      • ⚫Bitmap Shapes
      • ⚫Trace Bitmap
  • 🔗Dependencies
Powered by GitBook
On this page
  • Description
  • Channels Mode
  • Usage
  1. COMPONENTS
  2. Edit

Replace Channels

Replace the Channels of a Bitmap

PreviousSwap 2 ChannelsNextAnalysis

Last updated 3 years ago

Description

Replace the Channels of a Bitmap.

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

🛠️
⚫