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

declare(strict_types=1);

namespace 
InterventionImageColorsOklchChannels;

use 
InterventionImageColorsFloatColorChannel;

class 
Chroma extends FloatColorChannel
{
    
/**
     * {@inheritdoc}
     *
     * @see ColorChannelInterface::min()
     */
    
public static function min(): float
    
{
        return -
0.4;
    }

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