Searched defs:LayerSolidFill (Results 1 – 1 of 1) sorted by relevance
300 struct LayerSolidFill { struct301 uint32_t bit_depth = 0; //!< Bit depth of solid fill colors302 uint32_t red = 0; //!< Red value303 uint32_t green = 0; //!< Green value304 uint32_t blue = 0; //!< Blue value305 uint32_t alpha = 0; //!< Alpha value