---
title: CGImageAlphaInfo.premultipliedLast
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgimagealphainfo/premultipliedlast
---

# CGImageAlphaInfo.premultipliedLast

The alpha component is stored in the least significant bits of each pixel and the color components have already been multiplied by this alpha value. For example, premultiplied RGBA.

## Declaration

```swift
case premultipliedLast
```

## See Also

### Constants

- [CGImageAlphaInfo.first](coregraphics/cgimagealphainfo/first.md)
- [CGImageAlphaInfo.last](coregraphics/cgimagealphainfo/last.md)
- [CGImageAlphaInfo.none](coregraphics/cgimagealphainfo/none.md)
- [CGImageAlphaInfo.noneSkipFirst](coregraphics/cgimagealphainfo/noneskipfirst.md)
- [CGImageAlphaInfo.alphaOnly](coregraphics/cgimagealphainfo/alphaonly.md)
- [CGImageAlphaInfo.noneSkipLast](coregraphics/cgimagealphainfo/noneskiplast.md)
- [CGImageAlphaInfo.premultipliedFirst](coregraphics/cgimagealphainfo/premultipliedfirst.md)
