<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ShaderGraph-Docs",
  "identifier" : "/documentation/ShaderGraph/Geometric/Geometry-Color",
  "metadataVersion" : "0.1.0",
  "role" : "ShaderGraph Node",
  "symbol" : {
    "kind" : "ShaderGraph Node",
    "modules" : [
      "ShaderGraph"
    ],
    "preciseIdentifier" : "Shader_ND_geomcolor_float"
  },
  "title" : "Geometry Color"
}
-->

# Geometry Color

The color associated with the geometry at the currently-processed geometric position, typically defined by vertex color.

## Parameter Types

**Geometry Color (float):**

|Input  |Type |
                |-------|-----|
                |`Index`|Int32|

|Output|Type |
                |------|-----|
                |`Out` |Float|

**Geometry Color (color3f):**

|Input  |Type |
                |-------|-----|
                |`Index`|Int32|

|Output|Type         |
                |------|-------------|
                |`Out` |Color3<Float>|

**Geometry Color (color4f):**

|Input  |Type |
                |-------|-----|
                |`Index`|Int32|

|Output|Type         |
                |------|-------------|
                |`Out` |Color4<Float>|

## Parameter description

- `Index`: The index of the color the node references. The default value is `0`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)