Opacity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Pon, you can't define something by using the word itself =p)
No edit summary
Line 6: Line 6:
When something is fully opaque, you can't see through it.
When something is fully opaque, you can't see through it.


When it is NOT fully opaque, it is said to be translucent.
Opacity is usually defined by a value from '''0''' to '''100''', where '''0''' is invisible and '''100'''  visible, '''opaque'''. A value of '''45''' would in that case be almost half visible, '''translucent'''.
 
=See also=
 
[http://en.wikipedia.org/wiki/Opacity_%28optics%29 Wiki/Opacity]

Revision as of 16:40, 9 February 2006

Stub

This article or section is a stub. You can help by expanding it.

How translucent something is.

When something is fully opaque, you can't see through it.

Opacity is usually defined by a value from 0 to 100, where 0 is invisible and 100 visible, opaque. A value of 45 would in that case be almost half visible, translucent.

See also

Wiki/Opacity