|
Gocator Vision Library
|
| kStatus GvSurfaceMsg_AllocateIntensity | ( | GvSurfaceMsg | msg, |
| kType | type | ||
| ) |
Allocates an intensity buffer for the message.
If the buffer already exists and is of the same type as requested, success is returned. If it exists but type does not match, kERROR_ALREADY_EXISTS is returned.
| msg | Message object. |
| type | Type of intensity values. |