Click or drag to resize

Frame2D Methods

The Frame2D type exposes the following members.

Methods
  NameDescription
Public methodClone
Returns a clone of the frame. The clone will include a copy of all of the frame data.
Public methodDispose
Public methodImageBGRA
Get the associated 2D color image in 8-bit BGRA format
Public methodImageBGRA_SRGB
Get the associated 2D color image in the sRGB color space in 8-bit BGRA format
Public methodImageDeviceArrayBGRA
Get a device buffer containing BGRA image data (8 bits per channel, linear)
Public methodImageDeviceArrayBGRA_SRGB
Get a device buffer containing BGRA image data in the sRGB color space (8 bits per channel)
Public methodImageDeviceArrayRGBA
Get a device buffer containing RGBA image data (8 bits per channel, linear)
Public methodImageDeviceArrayRGBA_SRGB
Get a device buffer containing RGBA image data in the sRGB color space (8 bits per channel)
Public methodImageDeviceArrayRGBAf
Get a device buffer containing RGBA float image data (32 bits per channel, linear)
Public methodImageRGBA
Get the associated 2D color image in 8-bit RGBA format
Public methodImageRGBA_SRGB
Get the associated 2D color image in the sRGB color space in 8-bit RGBA format
Public methodImageSRGB
Get the associated 2D color image in the sRGB color space in 8-bit RGBA format
Public methodLoad
Load a 2D frame from a .zdf file
Public methodSave
Save the 2D frame to a .zdf file
Public methodShallowCopy
Returns a shallow copy of the frame. The copy will share the image data with the original frame.
Public methodToString
Get string representation of the frame
(Overrides ObjectToString.)
Top
See Also