<!--
{
  "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/Math/Power",
  "metadataVersion" : "0.1.0",
  "role" : "ShaderGraph Node",
  "symbol" : {
    "kind" : "ShaderGraph Node",
    "modules" : [
      "ShaderGraph"
    ],
    "preciseIdentifier" : "Shader_ND_power_float"
  },
  "title" : "Power"
}
-->

# Power

Raises the incoming value to an exponent.

## Parameter Types

**Power (float):**

|Input |Type |
                |------|-----|
                |`In 1`|Float|
                |`In 2`|Float|

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

**Power (color3f):**

|Input |Type         |
                |------|-------------|
                |`In 1`|Color3<Float>|
                |`In 2`|Color3<Float>|

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

**Power (vector3h):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector3h|
                |`In 2`|Vector3h|

|Output|Type    |
                |------|--------|
                |`Out` |Vector3h|

**Power (color4f):**

|Input |Type         |
                |------|-------------|
                |`In 1`|Color4<Float>|
                |`In 2`|Color4<Float>|

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

**Power (vector4h):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector4h|
                |`In 2`|Vector4h|

|Output|Type    |
                |------|--------|
                |`Out` |Vector4h|

**Power (color3f FA):**

|Input |Type         |
                |------|-------------|
                |`In 1`|Color3<Float>|
                |`In 2`|Float        |

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

**Power (vector3f):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector3f|
                |`In 2`|Vector3f|

|Output|Type    |
                |------|--------|
                |`Out` |Vector3f|

**Power (half):**

|Input |Type|
                |------|----|
                |`In 1`|Half|
                |`In 2`|Half|

|Output|Type|
                |------|----|
                |`Out` |Half|

**Power (color4f FA):**

|Input |Type         |
                |------|-------------|
                |`In 1`|Color4<Float>|
                |`In 2`|Float        |

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

**Power (vector2f):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector2f|
                |`In 2`|Vector2f|

|Output|Type    |
                |------|--------|
                |`Out` |Vector2f|

**Power (vector4f FA):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector4f|
                |`In 2`|Float   |

|Output|Type    |
                |------|--------|
                |`Out` |Vector4f|

**Power (vector2f FA):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector2f|
                |`In 2`|Float   |

|Output|Type    |
                |------|--------|
                |`Out` |Vector2f|

**Power (vector4f):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector4f|
                |`In 2`|Vector4f|

|Output|Type    |
                |------|--------|
                |`Out` |Vector4f|

**Power (vector3f FA):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector3f|
                |`In 2`|Float   |

|Output|Type    |
                |------|--------|
                |`Out` |Vector3f|

**Power (vector2h):**

|Input |Type    |
                |------|--------|
                |`In 1`|Vector2h|
                |`In 2`|Vector2h|

|Output|Type    |
                |------|--------|
                |`Out` |Vector2h|

---

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)