|
| static const FSlateColor | Transparent = FStyleColors::Transparent |
| |
| static const FSlateColor | Black = FLinearColor(0.000000, 0.000000, 0.000000) |
| |
| static const FSlateColor | Title = FLinearColor(0.849999, 0.849999, 0.849999) |
| |
| static const FSlateColor | WindowBorder = FLinearColor(0.577777, 0.577777, 0.577777) |
| |
| static const FSlateColor | Foldout = FLinearColor(0.577777, 0.577777, 0.577777) |
| |
| static const FSlateColor | Input = FLinearColor(0.577777, 0.577777, 0.577777) |
| |
| static const FSlateColor | InputOutline = FLinearColor(0.695111, 0.695111, 0.695111) |
| |
| static const FSlateColor | Recessed = FLinearColor(0.203300, 0.203300, 0.203300) |
| |
| static const FSlateColor | Background = FLinearColor(0.849999, 0.849999, 0.849999) |
| |
| static const FSlateColor | Panel = FLinearColor(0.276422, 0.276422, 0.276422) |
| |
| static const FSlateColor | Header = FLinearColor(0.384266, 0.384266, 0.384266) |
| |
| static const FSlateColor | Dropdown = FLinearColor(0.495466, 0.495466, 0.495466) |
| |
| static const FSlateColor | DropdownOutline = FLinearColor(0.822722, 0.822722, 0.822722) |
| |
| static const FSlateColor | Hover = FLinearColor(0.724268, 0.724268, 0.724268) |
| |
| static const FSlateColor | Hover2 = FLinearColor(0.215861, 0.215861, 0.215861) |
| |
| static const FSlateColor | White = FLinearColor(0.000000, 1.000000, 1.000000) |
| |
| static const FSlateColor | White25 = FLinearColor(0.000000, 1.000000, 1.000000) |
| |
| static const FSlateColor | Highlight = FLinearColor(0.000000, 0.187821, 0.679542) |
| |
| static const FSlateColor | Primary = FLinearColor(0.019382, 0.496933, 1.000000) |
| |
| static const FSlateColor | PrimaryHover = FLinearColor(0.158961, 0.644480, 1.000000) |
| |
| static const FSlateColor | PrimaryPress = FLinearColor(0.009721, 0.250158, 0.502886) |
| |
| static const FSlateColor | Secondary = FLinearColor(0.495466, 0.495466, 0.495466) |
| |
| static const FSlateColor | Foreground = FLinearColor(0.527115, 0.527115, 0.527115) |
| |
| static const FSlateColor | ForegroundHover = FLinearColor(0.000000, 1.000000, 1.000000) |
| |
| static const FSlateColor | ForegroundInverted = FLinearColor(0.472885, 0.472885, 0.472885) |
| |
| static const FSlateColor | ForegroundHeader = FLinearColor(0.577580, 0.577580, 0.577580) |
| |
| static const FSlateColor | Select = FLinearColor(0.019382, 0.496933, 1.000000) |
| |
| static const FSlateColor | SelectInactive = FLinearColor(0.318547, 0.450786, 0.520996) |
| |
| static const FSlateColor | SelectParent = FLinearColor(0.025187, 0.031896, 0.042311) |
| |
| static const FSlateColor | SelectHover = FLinearColor(0.276422, 0.276422, 0.276422) |
| |
| static const FSlateColor | Notifications = FStyleColors::Notifications |
| |
| static const FSlateColor | AccentBlue = FStyleColors::AccentBlue |
| |
| static const FSlateColor | AccentPurple = FStyleColors::AccentPurple |
| |
| static const FSlateColor | AccentPink = FStyleColors::AccentPink |
| |
| static const FSlateColor | AccentRed = FStyleColors::AccentRed |
| |
| static const FSlateColor | AccentOrange = FStyleColors::AccentOrange |
| |
| static const FSlateColor | AccentYellow = FStyleColors::AccentYellow |
| |
| static const FSlateColor | AccentGreen = FStyleColors::AccentGreen |
| |
| static const FSlateColor | AccentBrown = FStyleColors::AccentBrown |
| |
| static const FSlateColor | AccentBlack = FStyleColors::AccentBlack |
| |
| static const FSlateColor | AccentGray = FStyleColors::AccentGray |
| |
| static const FSlateColor | AccentWhite = FStyleColors::AccentWhite |
| |
| static const FSlateColor | AccentFolder = FStyleColors::AccentFolder |
| |
| static const FSlateColor | Warning = FStyleColors::Warning |
| |
| static const FSlateColor | Error = FStyleColors::Error |
| |
| static const FSlateColor | Success = FStyleColors::Success |
| |