Function __global->themewizard_colours_to_css
Definitions
sources/themewizard.php
- Rewrite some CSS code according to a CSS landscape.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$contents | string | required parameter | N/A | N/A | CSS to apply to |
$landscape | array | required parameter | N/A | N/A | The colour expression landscape which we'll make substitutions using |
$source_theme | ID_TEXT | required parameter | N/A | N/A | The theme this is being generated from |
$algorithm | ID_TEXT | required parameter | N/A | N/A | The algorithm to use |
$seed | ID_TEXT | required parameter | N/A | N/A | The seed colour |
Return
- The sheet
- Type: string
- Set: N/A
- Range: N/A