Main Page
Namespaces
Classes
Files
File List
src
frame_editor
constructors_std.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
std_msgs.msg
import
ColorRGBA, Header
4
5
6
## Color ##
7
8
def
NewColor
(r, g, b, a=1.0):
9
col = ColorRGBA()
10
col.r = r
11
col.g = g
12
col.b = b
13
col.a = a
14
return
col
15
16
# eof
frame_editor.constructors_std.NewColor
def NewColor(r, g, b, a=1.0)
Color ##.
Definition:
constructors_std.py:8
frame_editor
Author(s): ipa-lth
, ipa-frn
autogenerated on Wed Oct 21 2020 03:36:00