Jaguar - PHP Graphic Library
  • Namespace
  • Class
  • Tree

Namespaces

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

Classes

  • AbstractColor
  • BrushedColor
  • RGBColor
  • StyledBrushedColor
  • StyledColor
  • TiledColor
  • TransparentColor

Interfaces

  • ColorInterface

Class AbstractColor

Jaguar\Color\AbstractColor implements Jaguar\Color\ColorInterface

Direct known subclasses

Jaguar\Color\BrushedColor, Jaguar\Color\RGBColor, Jaguar\Color\StyledBrushedColor, Jaguar\Color\StyledColor, Jaguar\Color\TiledColor, Jaguar\Color\TransparentColor

Abstract
Namespace: Jaguar\Color
Located at Jaguar/Color/AbstractColor.php

Methods summary

public
# equals( mixed $other )

Check that the current object which implements this interfcae is equal to another object from the same type

Check that the current object which implements this interfcae is equal to another object from the same type

Parameters

$other
mixed
$other

Throws

InvalidArgumentException
if the passed param type is invalid

Implementation of

Jaguar\EqualsInterface::equals()
public string
# __toString( )

Get string representation for the current color object

Get string representation for the current color object

Returns

string

Implementation of

Jaguar\Color\ColorInterface::__toString()

Methods inherited from Jaguar\Color\ColorInterface

getValue()

Magic methods summary

Jaguar - PHP Graphic Library API documentation generated by ApiGen 2.8.0