Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Neos
Neos
ViewHelpers
Backend
ColorOfStringViewHelper
PHP Class Neos\Neos\ViewHelpers\Backend\ColorOfStringViewHelper
Inheritance:
extends
Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Mostrar archivo
Open project: neos/neos-development-collection
Public Methods
Method
Description
render
(
string
$string
= null,
integer
$minimalBrightness
= 50 ) :
string
Outputs a hex color code (#000000) based on $text
Method Details
render()
public
method
Outputs a hex color code (#000000) based on $text
public
render
(
string
$string
= null,
integer
$minimalBrightness
= 50 ) :
string
$string
string
$minimalBrightness
integer
return
string