#include <rgba_color.h>
|
| RgbaColor (uint8_t blue, uint8_t green, uint8_t red, uint8_t alpha) |
|
| RgbaColor (uint8_t blue, uint8_t green, uint8_t red) |
|
| RgbaColor (const uint8_t *bgra) |
|
| RgbaColor (uint32_t bgra) |
|
bool | operator== (const RgbaColor &right) const |
|
bool | operator!= (const RgbaColor &right) const |
|
uint32_t | ToUInt32 () const |
|
| RgbaColor (uint8_t blue, uint8_t green, uint8_t red, uint8_t alpha) |
|
| RgbaColor (uint8_t blue, uint8_t green, uint8_t red) |
|
| RgbaColor (const uint8_t *bgra) |
|
| RgbaColor (uint32_t bgra) |
|
bool | operator== (const RgbaColor &right) const |
|
bool | operator!= (const RgbaColor &right) const |
|
uint32_t | ToUInt32 () const |
|
◆ RgbaColor() [1/8]
◆ RgbaColor() [2/8]
◆ RgbaColor() [3/8]
webrtc::RgbaColor::RgbaColor |
( |
const uint8_t * |
bgra | ) |
|
|
explicit |
◆ RgbaColor() [4/8]
webrtc::RgbaColor::RgbaColor |
( |
uint32_t |
bgra | ) |
|
|
explicit |
◆ RgbaColor() [5/8]
◆ RgbaColor() [6/8]
◆ RgbaColor() [7/8]
webrtc::RgbaColor::RgbaColor |
( |
const uint8_t * |
bgra | ) |
|
|
explicit |
◆ RgbaColor() [8/8]
webrtc::RgbaColor::RgbaColor |
( |
uint32_t |
bgra | ) |
|
|
explicit |
◆ operator!=() [1/2]
bool webrtc::RgbaColor::operator!= |
( |
const RgbaColor & |
right | ) |
const |
◆ operator!=() [2/2]
bool webrtc::RgbaColor::operator!= |
( |
const RgbaColor & |
right | ) |
const |
◆ operator==() [1/2]
bool webrtc::RgbaColor::operator== |
( |
const RgbaColor & |
right | ) |
const |
◆ operator==() [2/2]
bool webrtc::RgbaColor::operator== |
( |
const RgbaColor & |
right | ) |
const |
◆ ToUInt32() [1/2]
uint32_t webrtc::RgbaColor::ToUInt32 |
( |
| ) |
const |
◆ ToUInt32() [2/2]
uint32_t webrtc::RgbaColor::ToUInt32 |
( |
| ) |
const |
◆ alpha
◆ blue
◆ green
◆ red
The documentation for this struct was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/desktop_capture/rgba_color.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/rgba_color.cc