Manange color conversions and more
- Author
- =undo= info@.nosp@m.wpxt.nosp@m.re.me
- Copyright
- Copyright (C) 2012-2013 wpXtreme Inc. All Rights Reserved.
- Date
- 2014-01-08
- Version
- 1.0.2
Definition at line 12 of file wpdk-colors.php.
static hexAddition |
( |
|
$hex, |
|
|
|
$num |
|
) |
| |
|
static |
Hex addition.
Perform adding (or subtracting) operation on a hexadecimal colour code
echo WPDKColors::hexAddition( 'C00001', '1' ); // #C10102
- Since
- 1.2.0
- Parameters
-
string | $hex | Color hexdecimal value like 'C00001' |
string | $num | Value hexdecimal to add like 1 |
- Returns
- string
Definition at line 93 of file wpdk-colors.php.
RGB to HEX.
Convert a hex decimal color code to its RGB equivalent and vice versa.
echo WPDKColors::rgb2hex( 'FFCC00' ); // array( 255, 240, 0 )
echo WPDKColors::rgb2hex( '1,200,16' ); // '#01C810'
- Parameters
-
- Since
- 1.2.0
- Returns
- bool|string!array
Definition at line 36 of file wpdk-colors.php.
string $__version = '1.0.2' |
The documentation for this class was generated from the following file: