365 views
in GUI Development by
I inserted an alpha only image to my gui. But it's displayed always in white, changing the property Color does not work.

1 Answer

0 votes
by

Hi,

have you selected the desired image file name in the attribute FileName or AlphaName?

Using the attribute FileName will result in a bitmap resource already colorized with the colors taken from the image file.

Using the attribute AlphaName will result in the ALPHA only bitmap. This, however, only when the attribute FileName is empty.

In other words, ensure that only the attribute AlphaName is initialized. For example:

Does it solve the problem?

Best regards

Paul Banach

by
Thank's again,

AphaName is the correct attribute ...

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...