I need to place text overlapping other text and graphics using transparency (in .NET color terms, alpha < 255)
I cannot see any alpha support on the Aspose color class, nor any alternative approach. I tried FromRGB with a .NET color with alpha < 255 but that is ignored (it seems)