Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
rgba.h File Reference
#include <algorithm>
#include <optional>
#include <string>
#include "drake/common/drake_assert.h"
#include "drake/common/drake_copyable.h"
#include "drake/common/drake_deprecated.h"
#include "drake/common/eigen_types.h"
#include "drake/common/fmt.h"
#include "drake/common/name_value.h"
#include <ostream>
Include dependency graph for rgba.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Rgba
 Defines RGBA (red, green, blue, alpha) values on the range [0, 1]. More...

Namespaces

namespace  drake
namespace  drake::geometry

Functions

std::ostream & operator<< (std::ostream &out, const Rgba &rgba)
 (Deprecated.)