The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Intertangle::Taffeta::Color::RGB24 - A 24-bit RGB colour

VERSION

version 0.001

EXTENDS

CONSUMES

ATTRIBUTES

value

The 24-bit RGB value.

METHODS

BUILDARGS

You can pass the values to the constructor as individual RGB24Components r8, g8, and b8.

  Intertangle::Taffeta::Color::RGB24->new( r8 => 50, g8 => 25, b8 => 0 );

All 3 components must be specified at once.

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.