FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
gui::renderer::colors Namespace Reference

Color constants used for rendering entities. More...

Variables

const SkColor PURPLE_BLUE = SkColorSetARGB(255, 100, 100, 255)
 
const SkColor RED = SK_ColorRED
 
const SkColor WINDOW_BACKGROUND_COLOR = SkColorSetARGB(255, 64, 64, 64)
 
const SkColor BLOCK_OUTLINE_COLOR = SkColorSetARGB(255, 100, 100, 100)
 
const SkColor BLOCK_HOVERED_OUTLINE_COLOR = PURPLE_BLUE
 
const SkColor BLOCK_BACKGROUND_COLOR = SkColorSetARGB(255, 80, 80, 80)
 
const SkColor BLOCK_PORT_OUTLINE_COLOR = SK_ColorGRAY
 
const SkColor TEXT_COLOR = SkColorSetARGB(255, 255, 255, 255)
 
const SkColor TEXT_OUTLINE_COLOR = SK_ColorBLACK
 

Detailed Description

Color constants used for rendering entities.

Variable Documentation

◆ BLOCK_BACKGROUND_COLOR

const SkColor gui::renderer::colors::BLOCK_BACKGROUND_COLOR = SkColorSetARGB(255, 80, 80, 80)

Definition at line 21 of file colors.cpp.

Referenced by gui::elements::SkiaBaseBlockRenderer::render().

◆ BLOCK_HOVERED_OUTLINE_COLOR

const SkColor gui::renderer::colors::BLOCK_HOVERED_OUTLINE_COLOR = PURPLE_BLUE

Definition at line 18 of file colors.cpp.

Referenced by gui::elements::SkiaBaseBlockRenderer::render().

◆ BLOCK_OUTLINE_COLOR

const SkColor gui::renderer::colors::BLOCK_OUTLINE_COLOR = SkColorSetARGB(255, 100, 100, 100)

Definition at line 15 of file colors.cpp.

Referenced by gui::elements::SkiaBaseBlockRenderer::render().

◆ BLOCK_PORT_OUTLINE_COLOR

const SkColor gui::renderer::colors::BLOCK_PORT_OUTLINE_COLOR = SK_ColorGRAY

Definition at line 24 of file colors.cpp.

Referenced by gui::elements::SkiaBaseBlockRenderer::render().

◆ PURPLE_BLUE

const SkColor gui::renderer::colors::PURPLE_BLUE = SkColorSetARGB(255, 100, 100, 255)

Definition at line 6 of file colors.cpp.

Referenced by gui::elements::SkiaBaseBlockRenderer::render().

◆ RED

const SkColor gui::renderer::colors::RED = SK_ColorRED

Definition at line 9 of file colors.cpp.

◆ TEXT_COLOR

const SkColor gui::renderer::colors::TEXT_COLOR = SkColorSetARGB(255, 255, 255, 255)

Definition at line 27 of file colors.cpp.

Referenced by gui::elements::SkiaBaseBlockRenderer::render().

◆ TEXT_OUTLINE_COLOR

const SkColor gui::renderer::colors::TEXT_OUTLINE_COLOR = SK_ColorBLACK

Definition at line 30 of file colors.cpp.

◆ WINDOW_BACKGROUND_COLOR

const SkColor gui::renderer::colors::WINDOW_BACKGROUND_COLOR = SkColorSetARGB(255, 64, 64, 64)

Definition at line 12 of file colors.cpp.

Referenced by gui::renderer::SkiaRendererImpl::render().