CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::attr_fill_opacity< E > Struct Template Referenceexport

fill-opacity More...

+ Inheritance diagram for vg::attr_fill_opacity< E >:
+ Collaboration diagram for vg::attr_fill_opacity< E >:

Public Member Functions

E & fill_opacity (double &_fill_opacity_)
 
E & fill_opacity (double &&_fill_opacity_)
 

Public Attributes

double _fill_opacity = 1.0
 

Detailed Description

template<typename E>
struct vg::attr_fill_opacity< E >

fill-opacity

Definition at line 452 of file attributes.cppm.

Member Function Documentation

◆ fill_opacity() [1/2]

template<typename E>
E & vg::attr_fill_opacity< E >::fill_opacity ( double && _fill_opacity_)
inlineexport

Definition at line 452 of file attributes.cppm.

◆ fill_opacity() [2/2]

template<typename E>
E & vg::attr_fill_opacity< E >::fill_opacity ( double & _fill_opacity_)
inlineexport

Definition at line 452 of file attributes.cppm.


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