Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
discord::ImeUnderline Class Referencefinal

#include <types.h>

Public Member Functions

void SetFrom (std::int32_t from)
 
std::int32_t GetFrom () const
 
void SetTo (std::int32_t to)
 
std::int32_t GetTo () const
 
void SetColor (std::uint32_t color)
 
std::uint32_t GetColor () const
 
void SetBackgroundColor (std::uint32_t backgroundColor)
 
std::uint32_t GetBackgroundColor () const
 
void SetThick (bool thick)
 
bool GetThick () const
 

Member Function Documentation

◆ GetBackgroundColor()

std::uint32_t discord::ImeUnderline::GetBackgroundColor ( ) const

◆ GetColor()

std::uint32_t discord::ImeUnderline::GetColor ( ) const

◆ GetFrom()

std::int32_t discord::ImeUnderline::GetFrom ( ) const

◆ GetThick()

bool discord::ImeUnderline::GetThick ( ) const

◆ GetTo()

std::int32_t discord::ImeUnderline::GetTo ( ) const

◆ SetBackgroundColor()

void discord::ImeUnderline::SetBackgroundColor ( std::uint32_t  backgroundColor)

◆ SetColor()

void discord::ImeUnderline::SetColor ( std::uint32_t  color)

◆ SetFrom()

void discord::ImeUnderline::SetFrom ( std::int32_t  from)

◆ SetThick()

void discord::ImeUnderline::SetThick ( bool  thick)

◆ SetTo()

void discord::ImeUnderline::SetTo ( std::int32_t  to)

The documentation for this class was generated from the following files: