Documentation

AbstractColor
in package
implements ColorInterface

AbstractYes

Abstract image color class

Tags
category

Pop

author

Nick Sagona, III dev@noladev.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC.

license

https://www.popphp.org/license New BSD License

version
1.0.2

Table of Contents

Interfaces

ColorInterface
Image color interface

Constants

COMMA  = 'COMMA'
String formats
CSS  = 'CSS'
PERCENT  = 'PERCENT'

Methods

__toString()  : string
Method to print the color object
render()  : string
Convert to readable string

Constants

Methods

__toString()

Method to print the color object

public abstract __toString() : string
Return values
string

render()

Convert to readable string

public abstract render([string|null $format = null ]) : string
Parameters
$format : string|null = null
Return values
string

        
On this page

Search results