---
title: white
framework: coreimage
role: symbol
role_heading: Type Property
path: coreimage/cicolor/white
---

# white

Returns a singleton Core Image color instance in the sRGB color space with RGB values 1,1,1 and alpha value 1.

## Declaration

```swift
class var white: CIColor { get }
```

## See Also

### Creating a CIColor Object with Preset Components

- [black](coreimage/cicolor/black.md)
- [blue](coreimage/cicolor/blue-swift.type.property.md)
- [clear](coreimage/cicolor/clear.md)
- [cyan](coreimage/cicolor/cyan.md)
- [gray](coreimage/cicolor/gray.md)
- [green](coreimage/cicolor/green-swift.type.property.md)
- [magenta](coreimage/cicolor/magenta.md)
- [red](coreimage/cicolor/red-swift.type.property.md)
- [yellow](coreimage/cicolor/yellow.md)
