op_Explicit
Argb32Color Explicit operator
Explicitly casts the 32-bit Argb32Color
to 24-bit Rgb24Color
. Alpha channel of the source Argb32Color
will be lost after casting, because Rgb24Color
does not support transparency.
public static explicit operator Rgb24Color(Argb32Color argbColor)
Parameter | Type | Description |
---|---|---|
argbColor | Argb32Color | Source Argb32Color to cast |
See Also
- struct Rgb24Color
- struct Argb32Color
- namespace GroupDocs.Viewer.Drawing
- assembly GroupDocs.Viewer