en:software:qview:qview_6:qcl_library:vi10unsetlayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:software:qview:qview_6:qcl_library:vi10unsetlayer [2017/03/21 17:06] – created qem103en:software:qview:qview_6:qcl_library:vi10unsetlayer [2019/08/29 17:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== VI10UnsetLayer ======
 +
 +**V = **//Vector//
 +
 +**I = **//Image//
 +
 +Function that is used to manage the Vector Image feature (object that resides on some Qpaint versions).
 +
 +The VI10UnsetLayer function__Adds the command to clear the layer indicated by **layer** parameter__.\\
 +If the value of the **layer** parameter is incorrect, error is reported. 
 +
 +===== IMPLEMENTATION =====
 +
 +**VI10UnsetLayer (awBuffer, layer)**
 +
 +Parameters:
 +
 +^IN/OUT^VARIABLE TYPE^EXAMPLE NAME^DIM^^
 +|  IN  |  ARRSYS /\\ ARRGBL  |  awBuffer  |  W  |Array that serves as a buffer for instructions/data|
 +|  IN  |  CONST/\\ GLOBAL  |  layer  |  W  |Variable containing the layer that you want to disable:\\ 0 = background\\ 1 = layer nr.1\\ ...|
 +
 +=== Note ===
 +
 +  * Refer to the [[.:VI10SetLayer]] function to activate a layer.