23 lines
848 B
Swift
23 lines
848 B
Swift
// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
|
|
// swiftlint:disable all
|
|
import Foundation
|
|
@_spi(WinRTInternal) @_spi(WinRTImplements) import WindowsFoundation
|
|
import CWinRT
|
|
|
|
private var IID___x_ABI_CWindows_CUI_CIUIContext: WindowsFoundation.IID {
|
|
.init(Data1: 0xBB5CFACD, Data2: 0x5BD8, Data3: 0x59D0, Data4: ( 0xA5,0x9E,0x1C,0x17,0xA4,0xD6,0xD2,0x43 ))// BB5CFACD-5BD8-59D0-A59E-1C17A4D6D243
|
|
}
|
|
|
|
public enum __ABI_Windows_UI {
|
|
public class IUIContext: WindowsFoundation.IInspectable {
|
|
override public class var IID: WindowsFoundation.IID { IID___x_ABI_CWindows_CUI_CIUIContext }
|
|
|
|
}
|
|
|
|
}
|
|
extension __x_ABI_CWindows_CUI_CColor {
|
|
public static func from(swift: UWP.Color) -> __x_ABI_CWindows_CUI_CColor {
|
|
.init(A: swift.a, R: swift.r, G: swift.g, B: swift.b)
|
|
}
|
|
}
|
|
|