---
title: "convert(width:height:to:format:from:format:options:)"
framework: coregraphics
role: symbol
role_heading: Instance Method
path: "coregraphics/cgcolorconversioninfo/convert(width:height:to:format:from:format:options:)"
---

# convert(width:height:to:format:from:format:options:)

## Declaration

```swift
func convert(width: Int, height: Int, to dst_data: UnsafeMutableRawPointer, format dst_format: CGColorBufferFormat, from src_data: UnsafeRawPointer, format src_format: CGColorBufferFormat, options: CFDictionary?) -> Bool
```
