BannerPatternLayer
in package
Contains information about a pattern layer on a banner.
Tags
Table of Contents
- $color : DyeColor
- $type : BannerPatternType
- __construct() : mixed
- getColor() : DyeColor
- getType() : BannerPatternType
Properties
$color
private
DyeColor
$color
$type
private
BannerPatternType
$type
Methods
__construct()
public
__construct(BannerPatternType $type, DyeColor $color) : mixed
Parameters
- $type : BannerPatternType
- $color : DyeColor
Return values
mixed —getColor()
public
getColor() : DyeColor
Return values
DyeColor —getType()
public
getType() : BannerPatternType