wlmaker
Loading...
Searching...
No Matches
style.h File Reference
#include <inttypes.h>
Include dependency graph for style.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wlmtk_style_color_solid_data_t
 
struct  wlmtk_style_color_gradient_data_t
 
struct  wlmtk_style_fill_t
 
struct  wlmtk_margin_style_t
 

Enumerations

enum  wlmtk_style_fill_type_t { WLMTK_STYLE_COLOR_SOLID , WLMTK_STYLE_COLOR_HGRADIENT , WLMTK_STYLE_COLOR_DGRADIENT }
 

Detailed Description

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Enumeration Type Documentation

◆ wlmtk_style_fill_type_t

Specifies the type of coloring to use for the fill.

Enumerator
WLMTK_STYLE_COLOR_SOLID 

Horizontal color gradient.

WLMTK_STYLE_COLOR_HGRADIENT 

Horizontal color gradient.

WLMTK_STYLE_COLOR_DGRADIENT 

Diagonal color gradient, top-left to bottom-right.