1package X11::Xlib::XRenderPictFormat;
2require X11::Xlib::Struct;
3__END__
4
5=head1 NAME
6
7X11::Xlib::XRenderPictFormat - Struct defining color format for XRender
8
9=head1 ATTRIBUTES
10
11The fields of the struct are a merger of two C structs, with all the "direct."
12members inlined with an underscore.
13
14  PictFormat id             /* XID */
15  int type
16  int depth
17  short direct_red
18  short direct_redMask
19  short direct_green
20  short direct_greenMask
21  short direct_blue
22  short direct_blueMask
23  short direct_alpha
24  short direct_alphaMask
25  Colormap colormap         /* XID */
26
27=head1 METHODS
28
29See parent class L<X11::Xlib::Struct>
30
31=head1 AUTHOR
32
33Olivier Thauvin, E<lt>nanardon@nanardon.zarb.orgE<gt>
34
35Michael Conrad, E<lt>mike@nrdvana.netE<gt>
36
37=head1 COPYRIGHT AND LICENSE
38
39Copyright (C) 2009-2010 by Olivier Thauvin
40
41Copyright (C) 2017 by Michael Conrad
42
43This library is free software; you can redistribute it and/or modify
44it under the same terms as Perl itself, either Perl version 5.10.0 or,
45at your option, any later version of Perl 5 you may have available.
46
47=cut
48