Вход Регистрация
Файл: vendor/intervention/image/src/Colors/Hsl/Channels/Hue.php
Строк: 33
<?php

declare(strict_types=1);

namespace 
InterventionImageColorsHslChannels;

use 
InterventionImageColorsAbstractColorChannel;

class 
Hue extends AbstractColorChannel
{
    
/**
     * {@inheritdoc}
     *
     * @see ColorChannelInterface::min()
     */
    
public function min(): int
    
{
        return 
0;
    }

    
/**
     * {@inheritdoc}
     *
     * @see ColorChannelInterface::max()
     */
    
public function max(): int
    
{
        return 
360;
    }
}
Онлайн: 1
Реклама