|
Whitebeam Template Reference Documentation
|
GraphicImage Template
alphaPreserve()
Configure how the GraphicImage will serialise alpha channel information on save
Syntax
GraphicImage = rb.GraphicImage.alphaPreserve()
Parameters
The 'alphaPreserve' method takes no parameters
Results
The 'alphaPreserve' method returns GraphicImage:
Type/Value | Range/Length | Description |
GraphicImage |
  |
Returns a reference to 'this'
|
Remarks By default full alpha channel information is not preserved when exporting (saving) an image. Call this method with 'true' will cause all information to preserved in the saved image. This is particularly useful when manipulating PNG format images with alpha channel information. |
|
(loadtime : 210ms) |