ColorInterface
in
Image color interface
Tags
Table of Contents
Methods
- __toString() : string
- Method to print the color object
- render() : string
- Convert to readable string
Methods
__toString()
Method to print the color object
public
__toString() : string
Return values
stringrender()
Convert to readable string
public
render([string|null $format = null ]) : string
Parameters
- $format : string|null = null