Name
hw_UnLockBrush -- release brush lock (V5.0)
Synopsis
void hw_UnLockBrush(APTR handle);
Function
This function releases the specified brush lock. You need to call this function as soon as you're finished with accessing a brush's raw pixel data. After the call to hw_UnLockBrush() you must no longer access any of the pixel data pointers returned by hw_LockBrush(). See hw_LockBrush for details.

Designer compatibility
Unsupported

Inputs
handle
brush lock obtained by hw_LockBrush()

Show TOC