---
title: scale
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cibicubicscaletransform/scale
---

# scale

The scaling factor to use on the image.

## Declaration

```swift
var scale: Float { get set }
```

## Discussion

Discussion Values less than 1.0 scale down the images. Values greater than 1.0 scale up the image.

## See Also

### Instance Properties

- [aspectRatio](coreimage/cibicubicscaletransform/aspectratio.md)
- [inputImage](coreimage/cibicubicscaletransform/inputimage.md)
- [parameterB](coreimage/cibicubicscaletransform/parameterb.md)
- [parameterC](coreimage/cibicubicscaletransform/parameterc.md)
