<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKEmitterNode/particleColorRedRange",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKEmitterNode(py)particleColorRedRange"
  },
  "title" : "particleColorRedRange"
}
-->

# particleColorRedRange

The range of allowed random values for the red component of a particle’s initial color.

```
var particleColorRedRange: CGFloat { get set }
```

## Discussion

The default value is `0.0`. If non-zero, the starting red component of a particle’s color is randomly determined and may vary by plus or minus half of the range value.

---

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)