Go to the documentation of this file.
69 rgba transform(
const rgba& in)
const;
72 void transform(std::uint8_t&
r, std::uint8_t&
g, std::uint8_t&
b,
73 std::uint8_t&
a)
const;
80 return a.ra ==
b.ra &&
104 return (255 * cx.
aa >> 8) + cx.
ab == 0;
107 std::ostream&
operator<<(std::ostream& os,
const SWFCxForm& cx);
std::uint8_t m_r
Definition: RGBA.h:113
A basic RGBA type.
Definition: RGBA.h:36
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ g
Definition: GnashKey.h:153
std::uint8_t m_g
Definition: RGBA.h:113
bool invisible(const SWFCxForm &cx)
Returns true when the SWFCxForm leads to alpha == 0.
Definition: SWFCxForm.h:102
bool operator!=(const SWFCxForm &a, const SWFCxForm &b)
Definition: SWFCxForm.h:91
@ r
Definition: GnashKey.h:164
@ a
Definition: GnashKey.h:147
std::uint8_t m_a
Definition: RGBA.h:113
@ c
Definition: GnashKey.h:149
#define DSOEXPORT
Definition: dsodefs.h:55
std::uint8_t m_b
Definition: RGBA.h:113
bool operator==(const event_id &a, const event_id &b)
Return whether two event_ids are equal.
Definition: event_id.h:163
@ b
Definition: GnashKey.h:148
std::ostream & operator<<(std::ostream &o, const URL &u)
Definition: URL.cpp:447