Jump to content

Opacity: Difference between revisions

From HedgeDocs
Justin113D (talk | contribs)
Created page with "== Opacity == Opacity refers to a form of transparency where * a value of <code>1</code> makes a surface completely opaque, * a value of <code>0.5</code> makes a surface 50% transparent, * a value of <code>0</code> makes a surface invisible. This is basically always used for setting a materials transparency using textures or parameters. It is also how the alpha channel in image formats works."
 
(No difference)

Latest revision as of 09:08, 18 August 2025

Opacity

Opacity refers to a form of transparency where

  • a value of 1 makes a surface completely opaque,
  • a value of 0.5 makes a surface 50% transparent,
  • a value of 0 makes a surface invisible.

This is basically always used for setting a materials transparency using textures or parameters. It is also how the alpha channel in image formats works.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.