WOLFRAM

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 all

Basic Examples  (3)Summary of the most common use cases

Remove opacity from a color directive:

Out[1]=1

Drop the alpha channel from an image:

Out[1]=1

Remove opacity by blending with a white background:

Out[1]=1
Out[2]=2

Scope  (6)Survey of the scope of standard use cases

Remove opacity from a color directive:

Out[1]=1

Remove an opaque mask from a grayscale image:

Out[1]=1

Remove opacity by blending with a pink background:

Out[1]=1

Remove the alpha channel from a 3D image:

Out[1]=1

Blend with a black background:

Out[1]=1

Remove the alpha channel from a video:

Out[1]=1
Out[1]=1
Out[2]=2
Out[2]=2

Applications  (2)Sample problems that can be solved with this function

Replace all transparent colors with fully opaque colors in graphics:

Out[2]=2

Create artistic effects using alpha blending:

Out[1]=1

Properties & Relations  (2)Properties of the function, and connections to other functions

On an image with no alpha channel, the input image is returned:

Out[1]=1

Remove the alpha channel using ColorSeparate followed by ColorCombine:

Out[1]=1
Out[2]=2
Wolfram Research (2010), RemoveAlphaChannel, Wolfram Language function, https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html (updated 2022).
Wolfram Research (2010), RemoveAlphaChannel, Wolfram Language function, https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html (updated 2022).

Text

Wolfram Research (2010), RemoveAlphaChannel, Wolfram Language function, https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html (updated 2022).

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.

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

Wolfram Language. (2010). RemoveAlphaChannel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html

BibTeX

@misc{reference.wolfram_2025_removealphachannel, author="Wolfram Research", title="{RemoveAlphaChannel}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html}", note=[Accessed: 19-June-2025 ]}

@misc{reference.wolfram_2025_removealphachannel, author="Wolfram Research", title="{RemoveAlphaChannel}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html}", note=[Accessed: 19-June-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_removealphachannel, organization={Wolfram Research}, title={RemoveAlphaChannel}, year={2022}, url={https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html}, note=[Accessed: 19-June-2025 ]}

@online{reference.wolfram_2025_removealphachannel, organization={Wolfram Research}, title={RemoveAlphaChannel}, year={2022}, url={https://reference.wolfram.com/language/ref/RemoveAlphaChannel.html}, note=[Accessed: 19-June-2025 ]}