Open kelly-mi opened 9 months ago
BackgroundColor sets the color of the borders around the image
TransparencyColor sets the color that gets blended with the transparent parts of the image, which I think is what you want
I want to present a transparent background in the transparent part when previewing PNG files. Currently, the transparency setting only supports RGB and cannot achieve transparency. Can RGBA support this effect? No need for frosted glass, as long as it can be transparent.
I want to present a transparent background in the transparent part when previewing PNG files. Currently, the transparency setting only supports RGB and cannot achieve transparency. Can RGBA support this effect? No need for frosted glass, as long as it can be transparent.
Can BackgroundColor in the ini file support R G B A to display transparent backgrounds in png format images. thinks ;-) demo: BackgroundColor=0 0 0 0.5 TransparencyColor=0 0 0 0