classes-Com-Tecnick-Color-Model

It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website.

Model

in package

implements Template
AbstractYes

Com\Tecnick\Color\Model

Color Model class

Tags
since
2015-02-21
category

Library

author

Nicola Asuni info@tecnick.com

copyright

2015-2024 Nicola Asuni - Tecnick.com LTD

license

http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)

link
https://github.com/tecnickcom/tc-lib-color

Table of Contents

Interfaces

Template
Com\Tecnick\Color\Model\Template

Methods

__construct()  : mixed
Initialize a new color object.
getHexValue()  : string
Get the normalized hexadecimal value of the specified float fraction
getNormalizedValue()  : float
Get the normalized integer value of the specified float fraction
getRgbaHexColor()  : string
Get the Hexadecimal representation of the color with alpha channel: #RRGGBBAA
getRgbHexColor()  : string
Get the Hexadecimal representation of the color: #RRGGBB
getType()  : string
Get the color model type (GRAY, RGB, HSL, CMYK)

Methods

__construct()

Initialize a new color object.

public __construct(array<string, int|float|string> $components) : mixed
Parameters
$components : array<string, int|float|string>

color components.

getHexValue()

Get the normalized hexadecimal value of the specified float fraction

public getHexValue(float $value, int $max) : string
Parameters
$value : float

Fraction value to convert [0..1]

$max : int

Maximum value to return (reference value)

Return values
string

getNormalizedValue()

Get the normalized integer value of the specified float fraction

public getNormalizedValue(float $value, int $max) : float
Parameters
$value : float

Fraction value to convert [0..1]

$max : int

Maximum value to return (reference value)

Return values
float

value [0..$max]

getRgbaHexColor()

Get the Hexadecimal representation of the color with alpha channel: #RRGGBBAA

public getRgbaHexColor() : string
Return values
string

getRgbHexColor()

Get the Hexadecimal representation of the color: #RRGGBB

public getRgbHexColor() : string
Return values
string

getType()

Get the color model type (GRAY, RGB, HSL, CMYK)

public getType() : string
Return values
string
On this page
 

© 2004-2024 – Nicola Asuni - Tecnick.com - All rights reserved.
about - disclaimer - privacy