OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
UserInterfaceTheme.h File Reference

Go to the source code of this file.

Data Structures

struct  EFI_USER_INTERFACE_THEME_PROTOCOL
 

Macros

#define USER_THEME_INTERFACE_PROTOCOL_REVISION   0x00000001
 
#define EFI_USER_INTERFACE_THEME_PROTOCOL_GUID
 
#define APPLE_COLOR_LIGHT_GRAY   0x00BFBFBFU
 
#define APPLE_COLOR_SYRAH_BLACK   0x00000000U
 

Typedefs

typedef EFI_STATUS(EFIAPI * UI_THEME_GET_BACKGROUND_COLOR) (IN OUT UINT32 *BackgroundColor)
 

Variables

EFI_GUID gEfiUserInterfaceThemeProtocolGuid
 

Detailed Description

Copyright (C) 2017, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file UserInterfaceTheme.h.

Macro Definition Documentation

◆ APPLE_COLOR_LIGHT_GRAY

#define APPLE_COLOR_LIGHT_GRAY   0x00BFBFBFU

Definition at line 24 of file UserInterfaceTheme.h.

◆ APPLE_COLOR_SYRAH_BLACK

#define APPLE_COLOR_SYRAH_BLACK   0x00000000U

Definition at line 25 of file UserInterfaceTheme.h.

◆ EFI_USER_INTERFACE_THEME_PROTOCOL_GUID

#define EFI_USER_INTERFACE_THEME_PROTOCOL_GUID
Value:
{ 0xD5B0AC65, 0x9A2D, 0x4D2A, \
{ 0xBB, 0xD6, 0xE8, 0x71, 0xA9, 0x5E, 0x04, 0x35 } }

Definition at line 20 of file UserInterfaceTheme.h.

◆ USER_THEME_INTERFACE_PROTOCOL_REVISION

#define USER_THEME_INTERFACE_PROTOCOL_REVISION   0x00000001

Definition at line 17 of file UserInterfaceTheme.h.

Typedef Documentation

◆ UI_THEME_GET_BACKGROUND_COLOR

typedef EFI_STATUS(EFIAPI * UI_THEME_GET_BACKGROUND_COLOR) (IN OUT UINT32 *BackgroundColor)

Definition at line 29 of file UserInterfaceTheme.h.

Variable Documentation

◆ gEfiUserInterfaceThemeProtocolGuid

EFI_GUID gEfiUserInterfaceThemeProtocolGuid
extern

Definition at line 133 of file UserGlobalVar.c.