C#
C++/CLI
Python
[FlagsAttribute()]
public enum RasterConvertBufferFlags
[FlagsAttribute()]
public enum class RasterConvertBufferFlags
class RasterConvertBufferFlags(Enum):
None = 0
SourceGray = 1
DestinationGray = 2
SourceUseBits = 4
DestinationUseBits = 8
AlphaInit = 32
Value | Member | Description |
---|---|---|
0x00000000 | None | Default |
0x00000001 | SourceGray | Source buffer has grayscale data |
0x00000002 | DestinationGray | Destination buffer has grayscale data |
0x00000004 | SourceUseBits | LowBit and HighBit apply to the source image |
0x00000008 | DestinationUseBits | LowBit and HighBit apply to the destination image |
0x00000020 | AlphaInit | Initialize the alpha values when destination buffer is 32 or 64 bits or pixels |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document