13 lines
323 B
Text
13 lines
323 B
Text
|
PropToClip
|
||
|
==========
|
||
|
|
||
|
.. function:: PropToClip(vnode clip[, string prop='_Alpha'])
|
||
|
:module: std
|
||
|
|
||
|
Extracts a clip from the frames attached to the frame property *prop* in
|
||
|
*clip*.
|
||
|
This function is mainly used to extract a mask/alpha clip that was stored in
|
||
|
another one.
|
||
|
|
||
|
It is the inverse of ClipToProp().
|