We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo t --all-features --all
1 parent a93faab commit 801deccCopy full SHA for 801decc
crates/top/rerun/src/lib.rs
@@ -63,7 +63,7 @@
63
//!
64
//! rec.set_time_sequence("frame", 42);
65
//! rec.log("path/to/points", &rerun::Points3D::new(points).with_colors(colors))?;
66
-//! rec.log("path/to/image", &rerun::Image::from_color_model_and_tensor(image)?)?;
+//! rec.log("path/to/image", &rerun::Image::from_color_model_and_tensor(rerun::ColorModel::RGB, image)?)?;
67
68
//! # Ok::<(), Box<dyn std::error::Error>>(())
69
//! ```
0 commit comments