RemoveAlphaChannel
RemoveAlphaChannel[color]
removes opacity from color.
RemoveAlphaChannel[color,bg]
removes opacity by blending color with the background color bg.
RemoveAlphaChannel[image,…]
removes opacity from all pixels in image.
RemoveAlphaChannel[video,…]
removes opacity from frames of video.
Details
- RemoveAlphaChannel returns an image or a color without an opacity value or alpha channel, either dropping or blending the colors with a specified background color.
- RemoveAlphaChannel returns the original color or image if it does not contain an alpha channel.
- When blending with a background color, an RGB or grayscale color or image is always returned.
- RemoveAlphaChannel works with any valid color directive as well as 2D and 3D images.
Examples
open allclose allBasic Examples (3)
Scope (6)
Applications (2)
Properties & Relations (2)
On an image with no alpha channel, the input image is returned:
Remove the alpha channel using ColorSeparate followed by ColorCombine:
Text
Wolfram Research (2010), RemoveAlphaChannel, Wolfram Language function, https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html (updated 2022).
CMS
Wolfram Language. 2010. "RemoveAlphaChannel." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html.
APA
Wolfram Language. (2010). RemoveAlphaChannel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html