Documentation

AbstractColor
in package
implements ColorInterface

AbstractYes

Abstract image color class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

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

version
1.0.0

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