NAP
Public Member Functions | Public Attributes | List of all members
SequenceGUIService::Colors Struct Reference

#include <sequenceguiservice.h>

Public Member Functions

void init (const gui::ColorPalette &palette)
 

Public Attributes

ImU32 mHigh1 = 0
 First highlight color. More...
 
ImU32 mHigh2 = 0
 Second highlight color. More...
 
ImU32 mHigh3 = 0
 Third highlight color. More...
 
ImU32 mHigh4 = 0
 Fourth highlight color. More...
 
ImU32 mDark = 0
 Dark background Color. More...
 
ImU32 mBack = 0
 Background color. More...
 
ImU32 mFro1 = 0
 Darker Foreground. More...
 
ImU32 mFro2 = 0
 Dark Foreground. More...
 
ImU32 mFro3 = 0
 Light Foreground. More...
 
ImU32 mFro4 = 0
 Text. More...
 
ImU32 mCurveColors [4] = {4285098440, 4278255360, 4294901760, 4278255615}
 

Description

Colors palette used by all sequencer Gui

Member Function Documentation

◆ init()

void init ( const gui::ColorPalette palette)

Initialize palette against configurable ImGUI color palette

Parameters
paletteImGUI color palette

Member Data Documentation

◆ mBack

ImU32 mBack = 0

Background color.

◆ mCurveColors

ImU32 mCurveColors[4] = {4285098440, 4278255360, 4294901760, 4278255615}

◆ mDark

ImU32 mDark = 0

Dark background Color.

◆ mFro1

ImU32 mFro1 = 0

Darker Foreground.

◆ mFro2

ImU32 mFro2 = 0

Dark Foreground.

◆ mFro3

ImU32 mFro3 = 0

Light Foreground.

◆ mFro4

ImU32 mFro4 = 0

Text.

◆ mHigh1

ImU32 mHigh1 = 0

First highlight color.

◆ mHigh2

ImU32 mHigh2 = 0

Second highlight color.

◆ mHigh3

ImU32 mHigh3 = 0

Third highlight color.

◆ mHigh4

ImU32 mHigh4 = 0

Fourth highlight color.