Color Hex From Texture
Samples a Texture 2D and returns a color with hex tile sampling.

Ports
| Name | Direction | Type | Binding | Description |
|---|---|---|---|---|
| Texture | Input | Texture 2D | None | Texture 2D to sample |
| Sampler | Input | Sampler State | Default sampler state | Sampler for the texture |
| UV | Input | Vector 2 | UV | UV coordinates |
| Hex Rotation | Input | Float | None | Amount of hex rotation |
| Out | Output | Vector 4 | None | Output color |
| Hex_Weights | Output | Vector 3 | None | Resulting weights from hex tiling |