The abstract base class of all paint classes. Can be a texture, material, layer or mask.
Get the visibility of the layer.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if visible, otherwise False. |
Set the visibility of the layer.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if succesful, otherwise False. |
New in version R16.021.
Casts the PaintLayer to a PaintLayerBmp.
Return type: | PaintLayerBmp |
---|---|
Returns: | The PaintLayer casted to a PaintLayerBmp. |