NAME
Intertangle::Taffeta::Color::Role::RGB24Components - RGB component colour role
VERSION
version 0.001
ATTRIBUTES
value
A RGB24Value
.
r8
Red component as RGB24Component
.
g8
Green component as RGB24Component
.
b8
Blue component as RGB24Component
.
METHODS
rgb_float_triple
Returns a list of the float components (r_float, g_float, b_float)
.
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.