Show / Hide Table of Contents

Enum AlphaMode

Specifies how an alpha channel is represented in relation to the color components.

Namespace: FFmpeg.Images
Assembly: FFmpeg.dll
Syntax
public enum AlphaMode

Fields

Name Description
Premultiplied

The color components have already been multiplied by the alpha value.

Straight

The alpha channel is stored independently of the color components.

Unspecified

The alpha handling is unspecified, or the pixel format does not contain an alpha channel.

__COUNT__

Number of defined alpha modes. This value is not part of the FFmpeg ABI and should not be used as an alpha mode.

  • View Source
In this article
Back to top Generated by DocFX