Es/RGB: Difference between revisions

From Valve Developer Community
< Es
Jump to navigation Jump to search
m (Nesciuse moved page RGB:es to Es/RGB over redirect: -Language prefixes)
m (Using L template for links)
Line 1: Line 1:
{{lang|RGB|title=RVA}}[[Category:Glossary:es]]
{{lang|RGB|title=RVA}}[[Category:Glossary:es]]
'''RVA''' significa '''r'''ojo, '''v'''erde, '''a'''zul (en inglés, ''RGB'' para ''r''ed, ''g''reen, ''b''lue). En un
'''RVA''' significa '''r'''ojo, '''v'''erde, '''a'''zul (en inglés, ''RGB'' para ''r''ed, ''g''reen, ''b''lue). En un
stands for '''r'''ed, '''g'''reen, '''b'''lue. En un [[TGA]] {{en}} o [[VTF]] {{en}}, cada píxel se define por tres [[byte]]s {{en}} que definan cuanto roja, verde, y azul luz se añaden juntos para producir el color en este píxel. Texturas también pueden tener un cuarto canal, llamado [[alpha]] {{en}}, lo que puede almacenar otra información para cada pixel (generalmente opacidad).
stands for '''r'''ed, '''g'''reen, '''b'''lue. En un [[TGA]] {{en}} o [[VTF]] {{en}}, cada píxel se define por tres {{L|byte}}s {{en}} que definan cuanto roja, verde, y azul luz se añaden juntos para producir el color en este píxel. Texturas también pueden tener un cuarto canal, llamado [[alpha]] {{en}}, lo que puede almacenar otra información para cada pixel (generalmente opacidad).
* Las tres o cuatro valores separados para cada color se llaman "canales". [[Shader:es|Sombreadores]] en Source pueden manipular cada canal individualmente para producir efectos de color.
* Las tres o cuatro valores separados para cada color se llaman "canales". {{L|Shader|Sombreadores}} en Source pueden manipular cada canal individualmente para producir efectos de color.
* Entre [[Material/es|materiales]], un color de RVA es un [[material vector:es|vector de material]].
* Entre {{L|Material|materiales}}, un color de RVA es un {{L|material vector|vector de material}}.


==Véase tambiém==
==Véase tambiém==
* {{ent:es|HSVtoRGB()}}
* {{ent:es|HSVtoRGB()}}
* {{ent:es|$color}}
* {{ent:es|$color}}
* [[Wikipedia:es:RGB]]
* {{L|Wikipedia:es:RGB}}

Revision as of 07:08, 11 July 2024

English (en)Español (es)Translate (Translate)

RVA significa rojo, verde, azul (en inglés, RGB para red, green, blue). En un stands for red, green, blue. En un TGA

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.

o VTF

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.

, cada píxel se define por tres byte(en)s

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.

que definan cuanto roja, verde, y azul luz se añaden juntos para producir el color en este píxel. Texturas también pueden tener un cuarto canal, llamado alpha

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.

, lo que puede almacenar otra información para cada pixel (generalmente opacidad).

  • Las tres o cuatro valores separados para cada color se llaman "canales". Sombreadores(en) en Source pueden manipular cada canal individualmente para producir efectos de color.
  • Entre materiales(en), un color de RVA es un vector de material(en).

Véase tambiém