GraphExportOptionsHasPixelFormatAlphaChannel Method |
Determines whether the specified pixel format contains an alpha channel.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool HasPixelFormatAlphaChannel(
PixelFormat fmt
)
Parameters
- fmt PixelFormat
- The pixel format.
Return Value
Booleantrue if the format contains alpha; otherwise,
false.
See Also