neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::game::outline Struct Reference

#include <outline.hpp>

Classes

struct  meta
 

Public Attributes

scalar width
 
bool antiAliased
 
std::optional< colorcolor
 
std::optional< gradientgradient
 

Detailed Description

Definition at line 34 of file outline.hpp.

Member Data Documentation

◆ antiAliased

bool neogfx::game::outline::antiAliased

Definition at line 37 of file outline.hpp.

◆ color

std::optional<color> neogfx::game::outline::color

Definition at line 38 of file outline.hpp.

◆ gradient

std::optional<gradient> neogfx::game::outline::gradient

Definition at line 39 of file outline.hpp.

◆ width

scalar neogfx::game::outline::width

Definition at line 36 of file outline.hpp.


The documentation for this struct was generated from the following file: