---
title: "simd_make_uchar3(_:_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_make_uchar3(_:_:_:)"
---

# simd_make_uchar3(_:_:_:)

Returns a new vector from the specified scalar values.

## Declaration

```swift
func simd_make_uchar3(_ x: UInt8, _ y: UInt8, _ z: UInt8) -> simd_uchar3
```

## See Also

### Functions to Create Three-Element Vectors From Scalar Values

- [simd_make_uchar3(_:)](simd/simd_make_uchar3(_:)-bybh.md)
- [simd_make_uchar3_undef(_:)](simd/simd_make_uchar3_undef(_:)-562ub.md)
