---
title: kCGImagePropertyIsFloat
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertyisfloat
---

# kCGImagePropertyIsFloat

A Boolean value that indicates whether the image contains floating-point pixel samples.

## Declaration

```swift
let kCGImagePropertyIsFloat: CFString
```

## Discussion

Discussion The value of this property is kCFBooleanTrue if the image contains floating-point pixel samples.

## See Also

### Image Information

- [kCGImagePropertyImageCount](imageio/kcgimagepropertyimagecount.md)
- [kCGImagePropertyIsIndexed](imageio/kcgimagepropertyisindexed.md)
- [kCGImagePropertyImages](imageio/kcgimagepropertyimages.md)
- [kCGImagePropertyThumbnailImages](imageio/kcgimagepropertythumbnailimages.md)
- [kCGImagePropertyPrimaryImage](imageio/kcgimagepropertyprimaryimage.md)
- [kCGImagePropertyOrientation](imageio/kcgimagepropertyorientation.md)
- [Individual Image Properties](imageio/individual-image-properties.md)
- [CGImagePropertyOrientation](imageio/cgimagepropertyorientation.md)
