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 |
![]() | 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 |
![]() | 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.) |