The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Intertangle::Taffeta::Types - Types for Taffeta

VERSION

version 0.001

EXTENDS

TYPES

CairoContext

A type for any reference that extends Cairo::Context.

SVG

A type for any reference that extends SVG::Element.

ColorLibrary

A type for any reference that extends Color::Library::Color

Coercible from a Str such as svg:blue.

RGB24Value

A valid RGB value between 0 and 0xFFFFFF.

RGB24Component

A valid component of a RGB24Value between 0 and 0xFF.

RGBFloatComponentValue

A type for a Num that falls in the range for a RGB float component value.

Color

A type for any reference that extends Intertangle::Taffeta::Color.

Opacity

A type for a Num that falls in the range for an opacity value.

Dimension

A type for a Num that can represent a dimension.

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.