Highly saturated colors at BorderBackgroundColor in editor

1
2
3
  SNew(SBorder)  
  .BorderImage(FAppStyle::GetBrush("PlainBorder"))
  .BorderBackgroundColor(SomeColor)

I wanted to note these names of brushes.

  • Source/Runtime/SlateCore/Private/Styling/StarshipCoreStyle.cpp
    • "ToolPanel.GroupBorder"
    • "ToolPanel.DarkGroupBorder"
    • "ToolPanel.LightGroupBorder"
  • Source/Editor/EditorStyle/Private/SlateEditorStyle.cpp
    • "WhiteBrush"
    • "BlackBrush"
tags