Net-Game/Library/PackageCache/com.unity.shadergraph@cdef3258c742/Documentation~/snippets/sample-nodes/nodes-sample-rgba-output-table.md
2025-03-28 08:33:16 -04:00

12 lines
538 B
Markdown

---
title: nodes-sample-rgba-output-table
---
| **Name** | **Type** | **Description** |
| :------ | :------- | :------------- |
| **RGBA** | Vector 4 | The full RGBA Vector 4 color value of the texture sample.|
| **R** | Float | The Red channel or X component of the texture sample. |
| **G** | Float | The Green channel or Y component of the texture sample.|
| **B** | Float | The Blue channel or Z component of the texture sample. |
| **A** | Float | The Alpha channel or W component of the texture sample.|