Translucent = &c000000FF ?

According to LR, when you create picture like this:

Dim Pic As new Picture(xPix, yPix)

I’ve made some research and I think that all pixels default colour is &c000000FF.
Can I take it for granted? Is it always that way?
Thanks.

Yes, it works, that is what I use most of the time. It replaces the old create picture with depth + Transparent = 1.

On PC, Make sure GDI+ is enabled otherwise it will trigger a Platform Not Supported exception.

About the LR, I wonder why the word “transluscent” was used. To me, a pure Alpha Channel filled picture is transparent.

Thanks Michel.