Questions tagged [transparency]

Transparency is the property of being see-through; a transparent object reveals objects behind it. Transparency is also known as alpha blending. The opposite of transparency is opacity.

Transparency in technology is an attribute of a graphical object and refers to the degree to which the object can be seen through.

Objects can be layered on top of one another, the order of which is decided by a . An object which is rendered "on top of" another may have a transparency level where the object underneath is seen through the object on top, with the view of the object underneath blended () with that of the object on top.

Transparency is the opposite of .

See also:

3519 questions
2
votes
1 answer

make whole jinternalframe transparent

Right now I am making my jinternal frames transparent using this code: double rgbConversionBackpack = Double.parseDouble(MyClient.configFile.getProperty("BACKPACK_FRAME_ALPHA")); double tmp = (rgbConversionBackpack / 100.0) *…
KisnardOnline
  • 653
  • 4
  • 16
  • 42
2
votes
2 answers

Form transparency

I'm in progress with my first application in visual basic, and I'm using the visual basic studio... I have created a form, with buttons - form has an background image with rounded corners and I can not set its color to "transparent" because the…
Scott
  • 5,991
  • 15
  • 35
  • 42
2
votes
1 answer

How to draw a transparent line?

I am drawing a solid blue line on a JPanel via public void paint(Graphics g) { Graphics2D g2 = (Graphics2D) g; super.paint(g2); if (path.size() >= 2) { BasisStroke stroke = new BasicStroke(Config.TILE_SIZE_IN_PIXEL / 3,…
k0pernikus
  • 60,309
  • 67
  • 216
  • 347
2
votes
2 answers

Pseudo transparency with PyQT

I want to create a pseudo-transparent window by taking a screenshot of what would be behind the window if it wasn't there using PyQt. The following code takes a screenshot: #!/usr/bin/python3 from PyQt4.QtGui import * app = QApplication([]) widget…
Tobias Leupold
  • 1,512
  • 1
  • 16
  • 41
2
votes
0 answers

Transparency issue with matplotlib and wxpython

I'm developping a GUI based on matplotlib and wxpython, for Windows. I have an issue that becomes visible when the "Windows XP" theme (green Start button, blue taskbar) is used. I'm quite sure the same problem will show up on Vista as well. I know…
slv
  • 666
  • 6
  • 12
2
votes
1 answer

Semi-transparent