diff --git a/docs/xml/lcl/graphics.xml b/docs/xml/lcl/graphics.xml index 81e6357b80..a9fbd6b666 100644 --- a/docs/xml/lcl/graphics.xml +++ b/docs/xml/lcl/graphics.xml @@ -11944,9 +11944,16 @@ Sets the value for the Transparent property.

-SetTransparent ensures that both the Masked property and the alpha channel in -the raw image data are considered when updating the value in the Transparent -property. GetTransparent is called to retrieve the existing property value. +SetTransparent ensures that the image in Mask is +considered when updating the value in the Transparent property. The +Mask is a black & white (1-bit-depth) image to identify the pixels which +are skipped when the image is painted and thus should appear transparent. Note +that this applies only for images having no alpha channel; when an alpha +channel is present, no Mask is required since the transparency is defined by +the alpha channel itself. +

+

+GetTransparent is called to retrieve the existing property value.

No actions are performed in the method if the existing property value is the @@ -11963,7 +11970,9 @@ Modified in LCL version 4.2 to call the ApplyTransparent method. -New value for the property. + +New value for the property. +