Table of Contents

Property MinAlpha

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

MinAlpha

Pixels of an RGBA image whose alpha is below this value (default 128) are transparent and take no part: a cutout's palette is the subject's, not the checkerboard's. Ignored for images without an alpha channel.

public byte MinAlpha { get; set; }

Property Value

byte
Share