Blink API
Public Member Functions | List of all members
Blink::BufferDesc Struct Reference

Buffer layout description. More...

#include <Blink.h>

Inheritance diagram for Blink::BufferDesc:
BlinkBufferDesc

Public Member Functions

 BufferDesc (unsigned int pixelStepBytes, unsigned int rowStepBytes, unsigned int componentStepBytes)
 Constructor for creating a BufferDesc.
 

Additional Inherited Members

- Public Attributes inherited from BlinkBufferDesc
unsigned long long pixelStepBytes
 
unsigned long long rowStepBytes
 
unsigned long long componentStepBytes
 

Detailed Description

Buffer layout description.

Describes the pixel, row and component stride in bytes of a buffer used with Image::copyToBuffer() and Image::copyFromBuffer()


The documentation for this struct was generated from the following file:


©2019 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk