User Tools

Site Tools


gamedev:textureproperties:color_alpha

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gamedev:textureproperties:color_alpha [2012/12/01 18:09] dragonlordgamedev:textureproperties:color_alpha [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
 +{{tag>graphic skin texture color transparency}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **color_alpha**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **color_alpha**
 </WRAP> </WRAP>
  
-<WRAP boxheader> +====== Skin Texture Property: color_alpha ====== 
-====== Summary ====== + 
-</WRAP> +Defines albedo color with transparency. 
-<WRAP boxcontent> +
-|Texture Property Name|color_alpha|+
 |Excepted Data Source|4 component image| |Excepted Data Source|4 component image|
 |Data Range|0 to 1 for all image components| |Data Range|0 to 1 for all image components|
 |Default Value|(0, 0, 0, 1)| |Default Value|(0, 0, 0, 1)|
-|Graphic Module|Defines albedo color with transparency+|Affected Modules|Graphic| 
-|Physics Module|No effect| +|Linked Properties|[[gamedev:textureproperties:color_gamma|color.gamma]], [[gamedev:textureproperties:color_tint|color.tint]]
-|Audio Module|No effect+ 
-</WRAP>+====== Description ======
  
-====== Graphic Module ====== 
 The **color_alpha** texture property combines the **[[gamedev:textureproperties:color|color]]** and the **[[gamedev:textureproperties:transparency|transparency]]** texture properties in one texture property. Sometimes it is useful and saves disk space if the alpha channel of an image or color is used directly as the transparency value. The **color_alpha** texture property combines the **[[gamedev:textureproperties:color|color]]** and the **[[gamedev:textureproperties:transparency|transparency]]** texture properties in one texture property. Sometimes it is useful and saves disk space if the alpha channel of an image or color is used directly as the transparency value.
  
Line 27: Line 26:
 The default value for this texture property is opaque pure black (0, 0, 0, 1). The default value for this texture property is opaque pure black (0, 0, 0, 1).
  
-====== Physics Module ====== +====== Examples ======
-This texture property does not effect Physics Modules.+
  
-====== Audio Module ====== +<WRAP center 100%> 
-This texture property does not effect Audio Modules.+<WRAP center box 450px> 
 +{{ :gamedev:textureproperties:color.png |Color property from a simple concrete material}} 
 +<WRAP centeralign>Color property from a simple concrete material. Only albedo color variations have to be included in this texture property.</WRAP> 
 +</WRAP> 
 +</WRAP>
  
-====== Examples ====== 
-( TODO: example image ) 
gamedev/textureproperties/color_alpha.1354385392.txt.gz · Last modified: 2012/12/01 18:09 by dragonlord