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

#include <sequenceaudioguiservice.h>

Public Member Functions

void init (const SequenceGUIService::Colors &palette)
 

Public Attributes

ImU32 mAudioSegmentBackground = 0
 Audio Segment Background Color. More...
 
ImU32 mAudioSegmentBackgroundHovering = 0
 Audio Segment Background Color when hovering. More...
 
ImU32 mAudioSegmentBackgroundClipboard = 0
 Audio Segment Background Color when in clipboard. More...
 
ImU32 mAudioSegmentBackgroundClipboardHovering = 0
 Audio Segment Background Color when in clipboard and hovering. More...
 

Description

Colors palette used by all sequencer audio gui

Member Function Documentation

◆ init()

void init ( const SequenceGUIService::Colors palette)

Initialize palette against SequenceGUIService color palette

Parameters
paletteImGUI color palette

Member Data Documentation

◆ mAudioSegmentBackground

ImU32 mAudioSegmentBackground = 0

Audio Segment Background Color.

◆ mAudioSegmentBackgroundClipboard

ImU32 mAudioSegmentBackgroundClipboard = 0

Audio Segment Background Color when in clipboard.

◆ mAudioSegmentBackgroundClipboardHovering

ImU32 mAudioSegmentBackgroundClipboardHovering = 0

Audio Segment Background Color when in clipboard and hovering.

◆ mAudioSegmentBackgroundHovering

ImU32 mAudioSegmentBackgroundHovering = 0

Audio Segment Background Color when hovering.