From bcc14d80b3d29651c228efcecc05ceec9a922773 Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 13 Feb 2023 00:56:03 -0500 Subject: Expose the color module --- tvg/src/colors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvg/src/colors.rs') diff --git a/tvg/src/colors.rs b/tvg/src/colors.rs index 9f4e7e5..494e6aa 100644 --- a/tvg/src/colors.rs +++ b/tvg/src/colors.rs @@ -11,7 +11,7 @@ use crate::TvgError; /// For the three defined color encodings, each will yield a list of /// `color_count` RGBA tuples. #[derive(Debug, Clone, PartialEq, Eq, Hash)] -pub struct ColorTable { +pub(crate) struct ColorTable { colors: Box<[C]>, } -- cgit v1.2.3