libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_markup_color Struct Reference

Description of a color change. More...

#include <sf3_text.h>

Collaboration diagram for sf3_markup_color:
Collaboration graph
[legend]

Data Fields

struct sf3_markup markup
 
float r
 The red channel, in the range of [0,1].
 
float g
 The green channel, in the range of [0,1].
 
float b
 The blue channel, in the range of [0,1].
 

Detailed Description

Description of a color change.

Definition at line 50 of file sf3_text.h.

Field Documentation

◆ b

float sf3_markup_color::b

The blue channel, in the range of [0,1].

Definition at line 57 of file sf3_text.h.

◆ g

float sf3_markup_color::g

The green channel, in the range of [0,1].

Definition at line 55 of file sf3_text.h.

◆ markup

struct sf3_markup sf3_markup_color::markup

Definition at line 51 of file sf3_text.h.

◆ r

float sf3_markup_color::r

The red channel, in the range of [0,1].

Definition at line 53 of file sf3_text.h.


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