PHP Classes

File: src/Support/ColorityAlias.php

Recommend this page to a friend!
  Classes of tomloprod   Colority   src/Support/ColorityAlias.php   Download  
File: src/Support/ColorityAlias.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Colority
Perform color transformation operations
Author: By
Last change:
Date: 27 days ago
Size: 219 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

use
Tomloprod\Colority\Services\ColorityManager;

if (!
function_exists('colority')) {
    function
colority(): ColorityManager
   
{
        return
ColorityManager::instance();
    }
}