Jaguar - PHP Graphic Library
  • Namespace
  • Class
  • Tree

Namespaces

  • Jaguar
    • Action
      • Blur
      • Color
      • Pixelate
      • Preset
    • Color
    • Drawable
      • Border
      • Style
      • Text
    • Exception
    • Factory
    • Format
    • Gradient

Classes

  • AbstractGradient
  • CircleGradient
  • DiamondGradient
  • LinearGradient
  • RectangleGradient

Interfaces

  • GradientInterface

Class CircleGradient

Jaguar\Gradient\AbstractGradient implements Jaguar\Gradient\GradientInterface
Extended by Jaguar\Gradient\CircleGradient
Namespace: Jaguar\Gradient
Located at Jaguar/Gradient/CircleGradient.php

Methods summary

public
# __construct( Jaguar\Color\RGBColor $start = null, Jaguar\Color\RGBColor $end = null, inetger $step = 0 )

construct new gradient

construct new gradient

Parameters

$start
Jaguar\Color\RGBColor
$start
$end
Jaguar\Color\RGBColor
$end
$step
inetger
$step

Throws

InvalidArgumentException

Overrides

Jaguar\Gradient\AbstractGradient::__construct

Methods inherited from Jaguar\Gradient\AbstractGradient

generate(), getEndColor(), getStartColor(), getStep(), setEndColor(), setStartColor(), setStep()

Magic methods summary

Jaguar - PHP Graphic Library API documentation generated by ApiGen 2.8.0