Frame2D Methods |
The Frame2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Returns a clone of the frame. The clone will include a copy of all of the frame data.
| |
| Dispose | ||
| ImageBGRA | Get the associated 2D color image in 8-bit BGRA format | |
| ImageBGRA_SRGB | Get the associated 2D color image in the sRGB color space in 8-bit BGRA format | |
| ImageDeviceArrayBGRA | Get a device buffer containing BGRA image data (8 bits per channel, linear) | |
| ImageDeviceArrayBGRA_SRGB | Get a device buffer containing BGRA image data in the sRGB color space (8 bits per channel) | |
| ImageDeviceArrayRGBA | Get a device buffer containing RGBA image data (8 bits per channel, linear) | |
| ImageDeviceArrayRGBA_SRGB | Get a device buffer containing RGBA image data in the sRGB color space (8 bits per channel) | |
| ImageDeviceArrayRGBAf | Get a device buffer containing RGBA float image data (32 bits per channel, linear) | |
| ImageRGBA | Get the associated 2D color image in 8-bit RGBA format | |
| ImageRGBA_SRGB | Get the associated 2D color image in the sRGB color space in 8-bit RGBA format | |
| ImageSRGB | Get the associated 2D color image in the sRGB color space in 8-bit RGBA format | |
| Load | Load a 2D frame from a .zdf file | |
| Save | Save the 2D frame to a .zdf file | |
| ShallowCopy |
Returns a shallow copy of the frame. The copy will share the image data with the original frame.
| |
| ToString | Get string representation of the frame (Overrides ObjectToString.) |