From 122f72bb5126bbbbf515b657e8da16ba57b79ad6 Mon Sep 17 00:00:00 2001 From: Petr Vanek Date: Wed, 26 Aug 2026 16:03:33 +0200 Subject: [PATCH] Add Color to MVR Layer --- mvr-spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mvr-spec.md b/mvr-spec.md index 55bf7e46..262ddbac 100644 --- a/mvr-spec.md +++ b/mvr-spec.md @@ -346,6 +346,7 @@ The child list (Table 17) contains a list of layer nodes: | --------------------------------------- | ------------- | -------------------------------------------------------------------- | | [Matrix](#node-definition-matrix) | 0 or 1 | The transformation matrix that defines the location and orientation of this the layer inside its global coordinate space. This effectively defines local coordinate space for the objects inside. The Matrix of the Layer is only allowed to have a vertical Transform (elevation). Rotation and scale must be identity. Rotation and scale must be identity, means no rotation and no scale. | | [ChildList](#node-definition-childlist) | 0 or 1 | A list of graphic objects that are part of the layer. | +| [Color](#user-content-attrtype-ciecolor) | 0 or 1 | A color assigned to a layer for UI identification. If it is not defined, there is no color for the layer.| ## Node Definition: ChildList