### YamlMime:ManagedReference items: - uid: Ghost.Graphics.RHI.Color32 commentId: T:Ghost.Graphics.RHI.Color32 id: Color32 parent: Ghost.Graphics.RHI children: - Ghost.Graphics.RHI.Color32.#ctor(Ghost.Graphics.RHI.Color128) - Ghost.Graphics.RHI.Color32.#ctor(Misaki.HighPerformance.Mathematics.float4) - Ghost.Graphics.RHI.Color32.#ctor(System.Byte,System.Byte,System.Byte,System.Byte) - Ghost.Graphics.RHI.Color32.#ctor(System.Drawing.Color) - Ghost.Graphics.RHI.Color32.Equals(Ghost.Graphics.RHI.Color32) - Ghost.Graphics.RHI.Color32.Equals(System.Object) - Ghost.Graphics.RHI.Color32.GetHashCode - Ghost.Graphics.RHI.Color32.a - Ghost.Graphics.RHI.Color32.b - Ghost.Graphics.RHI.Color32.g - Ghost.Graphics.RHI.Color32.op_Equality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) - Ghost.Graphics.RHI.Color32.op_Inequality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) - Ghost.Graphics.RHI.Color32.r langs: - csharp - vb name: Color32 nameWithType: Color32 fullName: Ghost.Graphics.RHI.Color32 type: Struct source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: Color32 path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 15 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI summary: Represents a color with 4 bytes components. example: [] syntax: content: 'public struct Color32 : IEquatable' content.vb: Public Structure Color32 Implements IEquatable(Of Color32) implements: - System.IEquatable{Ghost.Graphics.RHI.Color32} inheritedMembers: - System.ValueType.ToString - System.Object.Equals(System.Object,System.Object) - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) - uid: Ghost.Graphics.RHI.Color32.r commentId: F:Ghost.Graphics.RHI.Color32.r id: r parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: r nameWithType: Color32.r fullName: Ghost.Graphics.RHI.Color32.r type: Field source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: r path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 18 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public byte r return: type: System.Byte content.vb: Public r As Byte - uid: Ghost.Graphics.RHI.Color32.g commentId: F:Ghost.Graphics.RHI.Color32.g id: g parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: g nameWithType: Color32.g fullName: Ghost.Graphics.RHI.Color32.g type: Field source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: g path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 19 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public byte g return: type: System.Byte content.vb: Public g As Byte - uid: Ghost.Graphics.RHI.Color32.b commentId: F:Ghost.Graphics.RHI.Color32.b id: b parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: b nameWithType: Color32.b fullName: Ghost.Graphics.RHI.Color32.b type: Field source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: b path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 20 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public byte b return: type: System.Byte content.vb: Public b As Byte - uid: Ghost.Graphics.RHI.Color32.a commentId: F:Ghost.Graphics.RHI.Color32.a id: a parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: a nameWithType: Color32.a fullName: Ghost.Graphics.RHI.Color32.a type: Field source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: a path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 21 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public byte a return: type: System.Byte content.vb: Public a As Byte - uid: Ghost.Graphics.RHI.Color32.#ctor(System.Byte,System.Byte,System.Byte,System.Byte) commentId: M:Ghost.Graphics.RHI.Color32.#ctor(System.Byte,System.Byte,System.Byte,System.Byte) id: '#ctor(System.Byte,System.Byte,System.Byte,System.Byte)' parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: Color32(byte, byte, byte, byte) nameWithType: Color32.Color32(byte, byte, byte, byte) fullName: Ghost.Graphics.RHI.Color32.Color32(byte, byte, byte, byte) type: Constructor source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: .ctor path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 23 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public Color32(byte r, byte g, byte b, byte a) parameters: - id: r type: System.Byte - id: g type: System.Byte - id: b type: System.Byte - id: a type: System.Byte content.vb: Public Sub New(r As Byte, g As Byte, b As Byte, a As Byte) overload: Ghost.Graphics.RHI.Color32.#ctor* nameWithType.vb: Color32.New(Byte, Byte, Byte, Byte) fullName.vb: Ghost.Graphics.RHI.Color32.New(Byte, Byte, Byte, Byte) name.vb: New(Byte, Byte, Byte, Byte) - uid: Ghost.Graphics.RHI.Color32.#ctor(System.Drawing.Color) commentId: M:Ghost.Graphics.RHI.Color32.#ctor(System.Drawing.Color) id: '#ctor(System.Drawing.Color)' parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: Color32(Color) nameWithType: Color32.Color32(Color) fullName: Ghost.Graphics.RHI.Color32.Color32(System.Drawing.Color) type: Constructor source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: .ctor path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 31 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public Color32(Color color) parameters: - id: color type: System.Drawing.Color content.vb: Public Sub New(color As Color) overload: Ghost.Graphics.RHI.Color32.#ctor* nameWithType.vb: Color32.New(Color) fullName.vb: Ghost.Graphics.RHI.Color32.New(System.Drawing.Color) name.vb: New(Color) - uid: Ghost.Graphics.RHI.Color32.#ctor(Ghost.Graphics.RHI.Color128) commentId: M:Ghost.Graphics.RHI.Color32.#ctor(Ghost.Graphics.RHI.Color128) id: '#ctor(Ghost.Graphics.RHI.Color128)' parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: Color32(Color128) nameWithType: Color32.Color32(Color128) fullName: Ghost.Graphics.RHI.Color32.Color32(Ghost.Graphics.RHI.Color128) type: Constructor source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: .ctor path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 36 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public Color32(Color128 color128) parameters: - id: color128 type: Ghost.Graphics.RHI.Color128 content.vb: Public Sub New(color128 As Color128) overload: Ghost.Graphics.RHI.Color32.#ctor* nameWithType.vb: Color32.New(Color128) fullName.vb: Ghost.Graphics.RHI.Color32.New(Ghost.Graphics.RHI.Color128) name.vb: New(Color128) - uid: Ghost.Graphics.RHI.Color32.#ctor(Misaki.HighPerformance.Mathematics.float4) commentId: M:Ghost.Graphics.RHI.Color32.#ctor(Misaki.HighPerformance.Mathematics.float4) id: '#ctor(Misaki.HighPerformance.Mathematics.float4)' parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: Color32(float4) nameWithType: Color32.Color32(float4) fullName: Ghost.Graphics.RHI.Color32.Color32(Misaki.HighPerformance.Mathematics.float4) type: Constructor source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: .ctor path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 41 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public Color32(float4 v) parameters: - id: v type: Misaki.HighPerformance.Mathematics.float4 content.vb: Public Sub New(v As float4) overload: Ghost.Graphics.RHI.Color32.#ctor* nameWithType.vb: Color32.New(float4) fullName.vb: Ghost.Graphics.RHI.Color32.New(Misaki.HighPerformance.Mathematics.float4) name.vb: New(float4) - uid: Ghost.Graphics.RHI.Color32.Equals(Ghost.Graphics.RHI.Color32) commentId: M:Ghost.Graphics.RHI.Color32.Equals(Ghost.Graphics.RHI.Color32) id: Equals(Ghost.Graphics.RHI.Color32) parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: Equals(Color32) nameWithType: Color32.Equals(Color32) fullName: Ghost.Graphics.RHI.Color32.Equals(Ghost.Graphics.RHI.Color32) type: Method source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: Equals path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 46 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI summary: Indicates whether the current object is equal to another object of the same type. example: [] syntax: content: public readonly bool Equals(Color32 other) parameters: - id: other type: Ghost.Graphics.RHI.Color32 description: An object to compare with this object. return: type: System.Boolean description: true if the current object is equal to the other parameter; otherwise, false. content.vb: Public Function Equals(other As Color32) As Boolean overload: Ghost.Graphics.RHI.Color32.Equals* implements: - System.IEquatable{Ghost.Graphics.RHI.Color32}.Equals(Ghost.Graphics.RHI.Color32) - uid: Ghost.Graphics.RHI.Color32.Equals(System.Object) commentId: M:Ghost.Graphics.RHI.Color32.Equals(System.Object) id: Equals(System.Object) parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: Equals(object?) nameWithType: Color32.Equals(object?) fullName: Ghost.Graphics.RHI.Color32.Equals(object?) type: Method source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: Equals path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 51 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI summary: Indicates whether this instance and a specified object are equal. example: [] syntax: content: public override readonly bool Equals(object? obj) parameters: - id: obj type: System.Object description: The object to compare with the current instance. return: type: System.Boolean description: true if obj and this instance are the same type and represent the same value; otherwise, false. content.vb: Public Overrides Function Equals(obj As Object) As Boolean overridden: System.ValueType.Equals(System.Object) overload: Ghost.Graphics.RHI.Color32.Equals* nameWithType.vb: Color32.Equals(Object) fullName.vb: Ghost.Graphics.RHI.Color32.Equals(Object) name.vb: Equals(Object) - uid: Ghost.Graphics.RHI.Color32.GetHashCode commentId: M:Ghost.Graphics.RHI.Color32.GetHashCode id: GetHashCode parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: GetHashCode() nameWithType: Color32.GetHashCode() fullName: Ghost.Graphics.RHI.Color32.GetHashCode() type: Method source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetHashCode path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 56 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI summary: Returns the hash code for this instance. example: [] syntax: content: public override readonly int GetHashCode() return: type: System.Int32 description: A 32-bit signed integer that is the hash code for this instance. content.vb: Public Overrides Function GetHashCode() As Integer overridden: System.ValueType.GetHashCode overload: Ghost.Graphics.RHI.Color32.GetHashCode* - uid: Ghost.Graphics.RHI.Color32.op_Equality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) commentId: M:Ghost.Graphics.RHI.Color32.op_Equality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) id: op_Equality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: operator ==(Color32, Color32) nameWithType: Color32.operator ==(Color32, Color32) fullName: Ghost.Graphics.RHI.Color32.operator ==(Ghost.Graphics.RHI.Color32, Ghost.Graphics.RHI.Color32) type: Operator source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: op_Equality path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 61 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public static bool operator ==(Color32 left, Color32 right) parameters: - id: left type: Ghost.Graphics.RHI.Color32 - id: right type: Ghost.Graphics.RHI.Color32 return: type: System.Boolean content.vb: Public Shared Operator =(left As Color32, right As Color32) As Boolean overload: Ghost.Graphics.RHI.Color32.op_Equality* nameWithType.vb: Color32.=(Color32, Color32) fullName.vb: Ghost.Graphics.RHI.Color32.=(Ghost.Graphics.RHI.Color32, Ghost.Graphics.RHI.Color32) name.vb: =(Color32, Color32) - uid: Ghost.Graphics.RHI.Color32.op_Inequality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) commentId: M:Ghost.Graphics.RHI.Color32.op_Inequality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) id: op_Inequality(Ghost.Graphics.RHI.Color32,Ghost.Graphics.RHI.Color32) parent: Ghost.Graphics.RHI.Color32 langs: - csharp - vb name: operator !=(Color32, Color32) nameWithType: Color32.operator !=(Color32, Color32) fullName: Ghost.Graphics.RHI.Color32.operator !=(Ghost.Graphics.RHI.Color32, Ghost.Graphics.RHI.Color32) type: Operator source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: op_Inequality path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 66 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public static bool operator !=(Color32 left, Color32 right) parameters: - id: left type: Ghost.Graphics.RHI.Color32 - id: right type: Ghost.Graphics.RHI.Color32 return: type: System.Boolean content.vb: Public Shared Operator <>(left As Color32, right As Color32) As Boolean overload: Ghost.Graphics.RHI.Color32.op_Inequality* nameWithType.vb: Color32.<>(Color32, Color32) fullName.vb: Ghost.Graphics.RHI.Color32.<>(Ghost.Graphics.RHI.Color32, Ghost.Graphics.RHI.Color32) name.vb: <>(Color32, Color32) references: - uid: Ghost.Graphics.RHI commentId: N:Ghost.Graphics.RHI href: Ghost.html name: Ghost.Graphics.RHI nameWithType: Ghost.Graphics.RHI fullName: Ghost.Graphics.RHI spec.csharp: - uid: Ghost name: Ghost href: Ghost.html - name: . - uid: Ghost.Graphics name: Graphics href: Ghost.Graphics.html - name: . - uid: Ghost.Graphics.RHI name: RHI href: Ghost.Graphics.RHI.html spec.vb: - uid: Ghost name: Ghost href: Ghost.html - name: . - uid: Ghost.Graphics name: Graphics href: Ghost.Graphics.html - name: . - uid: Ghost.Graphics.RHI name: RHI href: Ghost.Graphics.RHI.html - uid: System.IEquatable{Ghost.Graphics.RHI.Color32} commentId: T:System.IEquatable{Ghost.Graphics.RHI.Color32} parent: System definition: System.IEquatable`1 href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 name: IEquatable nameWithType: IEquatable fullName: System.IEquatable nameWithType.vb: IEquatable(Of Color32) fullName.vb: System.IEquatable(Of Ghost.Graphics.RHI.Color32) name.vb: IEquatable(Of Color32) spec.csharp: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: < - uid: Ghost.Graphics.RHI.Color32 name: Color32 href: Ghost.Graphics.RHI.Color32.html - name: '>' spec.vb: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: ( - name: Of - name: " " - uid: Ghost.Graphics.RHI.Color32 name: Color32 href: Ghost.Graphics.RHI.Color32.html - name: ) - uid: System.ValueType.ToString commentId: M:System.ValueType.ToString parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring name: ToString() nameWithType: ValueType.ToString() fullName: System.ValueType.ToString() spec.csharp: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) spec.vb: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.IEquatable`1 commentId: T:System.IEquatable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 name: IEquatable nameWithType: IEquatable fullName: System.IEquatable nameWithType.vb: IEquatable(Of T) fullName.vb: System.IEquatable(Of T) name.vb: IEquatable(Of T) spec.csharp: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.IEquatable`1 name: IEquatable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.ValueType commentId: T:System.ValueType parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype name: ValueType nameWithType: ValueType fullName: System.ValueType - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Byte commentId: T:System.Byte parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.byte name: byte nameWithType: byte fullName: byte nameWithType.vb: Byte fullName.vb: Byte name.vb: Byte - uid: Ghost.Graphics.RHI.Color32.#ctor* commentId: Overload:Ghost.Graphics.RHI.Color32.#ctor href: Ghost.Graphics.RHI.Color32.html#Ghost_Graphics_RHI_Color32__ctor_System_Byte_System_Byte_System_Byte_System_Byte_ name: Color32 nameWithType: Color32.Color32 fullName: Ghost.Graphics.RHI.Color32.Color32 nameWithType.vb: Color32.New fullName.vb: Ghost.Graphics.RHI.Color32.New name.vb: New - uid: System.Drawing.Color commentId: T:System.Drawing.Color parent: System.Drawing isExternal: true href: https://learn.microsoft.com/dotnet/api/system.drawing.color name: Color nameWithType: Color fullName: System.Drawing.Color - uid: System.Drawing commentId: N:System.Drawing isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Drawing nameWithType: System.Drawing fullName: System.Drawing spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Drawing name: Drawing isExternal: true href: https://learn.microsoft.com/dotnet/api/system.drawing spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Drawing name: Drawing isExternal: true href: https://learn.microsoft.com/dotnet/api/system.drawing - uid: Ghost.Graphics.RHI.Color128 commentId: T:Ghost.Graphics.RHI.Color128 parent: Ghost.Graphics.RHI href: Ghost.Graphics.RHI.Color128.html name: Color128 nameWithType: Color128 fullName: Ghost.Graphics.RHI.Color128 - uid: Misaki.HighPerformance.Mathematics.float4 commentId: T:Misaki.HighPerformance.Mathematics.float4 parent: Misaki.HighPerformance.Mathematics isExternal: true name: float4 nameWithType: float4 fullName: Misaki.HighPerformance.Mathematics.float4 - uid: Misaki.HighPerformance.Mathematics commentId: N:Misaki.HighPerformance.Mathematics isExternal: true name: Misaki.HighPerformance.Mathematics nameWithType: Misaki.HighPerformance.Mathematics fullName: Misaki.HighPerformance.Mathematics spec.csharp: - uid: Misaki name: Misaki isExternal: true - name: . - uid: Misaki.HighPerformance name: HighPerformance isExternal: true - name: . - uid: Misaki.HighPerformance.Mathematics name: Mathematics isExternal: true spec.vb: - uid: Misaki name: Misaki isExternal: true - name: . - uid: Misaki.HighPerformance name: HighPerformance isExternal: true - name: . - uid: Misaki.HighPerformance.Mathematics name: Mathematics isExternal: true - uid: Ghost.Graphics.RHI.Color32.Equals* commentId: Overload:Ghost.Graphics.RHI.Color32.Equals href: Ghost.Graphics.RHI.Color32.html#Ghost_Graphics_RHI_Color32_Equals_Ghost_Graphics_RHI_Color32_ name: Equals nameWithType: Color32.Equals fullName: Ghost.Graphics.RHI.Color32.Equals - uid: System.IEquatable{Ghost.Graphics.RHI.Color32}.Equals(Ghost.Graphics.RHI.Color32) commentId: M:System.IEquatable{Ghost.Graphics.RHI.Color32}.Equals(Ghost.Graphics.RHI.Color32) parent: System.IEquatable{Ghost.Graphics.RHI.Color32} definition: System.IEquatable`1.Equals(`0) href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals name: Equals(Color32) nameWithType: IEquatable.Equals(Color32) fullName: System.IEquatable.Equals(Ghost.Graphics.RHI.Color32) nameWithType.vb: IEquatable(Of Color32).Equals(Color32) fullName.vb: System.IEquatable(Of Ghost.Graphics.RHI.Color32).Equals(Ghost.Graphics.RHI.Color32) spec.csharp: - uid: System.IEquatable{Ghost.Graphics.RHI.Color32}.Equals(Ghost.Graphics.RHI.Color32) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - uid: Ghost.Graphics.RHI.Color32 name: Color32 href: Ghost.Graphics.RHI.Color32.html - name: ) spec.vb: - uid: System.IEquatable{Ghost.Graphics.RHI.Color32}.Equals(Ghost.Graphics.RHI.Color32) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - uid: Ghost.Graphics.RHI.Color32 name: Color32 href: Ghost.Graphics.RHI.Color32.html - name: ) - uid: Ghost.Graphics.RHI.Color32 commentId: T:Ghost.Graphics.RHI.Color32 parent: Ghost.Graphics.RHI href: Ghost.Graphics.RHI.Color32.html name: Color32 nameWithType: Color32 fullName: Ghost.Graphics.RHI.Color32 - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: System.IEquatable`1.Equals(`0) commentId: M:System.IEquatable`1.Equals(`0) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals name: Equals(T) nameWithType: IEquatable.Equals(T) fullName: System.IEquatable.Equals(T) nameWithType.vb: IEquatable(Of T).Equals(T) fullName.vb: System.IEquatable(Of T).Equals(T) spec.csharp: - uid: System.IEquatable`1.Equals(`0) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - name: T - name: ) spec.vb: - uid: System.IEquatable`1.Equals(`0) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals - name: ( - name: T - name: ) - uid: System.ValueType.Equals(System.Object) commentId: M:System.ValueType.Equals(System.Object) parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals name: Equals(object) nameWithType: ValueType.Equals(object) fullName: System.ValueType.Equals(object) nameWithType.vb: ValueType.Equals(Object) fullName.vb: System.ValueType.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType.GetHashCode commentId: M:System.ValueType.GetHashCode parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode name: GetHashCode() nameWithType: ValueType.GetHashCode() fullName: System.ValueType.GetHashCode() spec.csharp: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) spec.vb: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) - uid: Ghost.Graphics.RHI.Color32.GetHashCode* commentId: Overload:Ghost.Graphics.RHI.Color32.GetHashCode href: Ghost.Graphics.RHI.Color32.html#Ghost_Graphics_RHI_Color32_GetHashCode name: GetHashCode nameWithType: Color32.GetHashCode fullName: Ghost.Graphics.RHI.Color32.GetHashCode - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: Ghost.Graphics.RHI.Color32.op_Equality* commentId: Overload:Ghost.Graphics.RHI.Color32.op_Equality href: Ghost.Graphics.RHI.Color32.html#Ghost_Graphics_RHI_Color32_op_Equality_Ghost_Graphics_RHI_Color32_Ghost_Graphics_RHI_Color32_ name: operator == nameWithType: Color32.operator == fullName: Ghost.Graphics.RHI.Color32.operator == nameWithType.vb: Color32.= fullName.vb: Ghost.Graphics.RHI.Color32.= name.vb: = spec.csharp: - name: operator - name: " " - uid: Ghost.Graphics.RHI.Color32.op_Equality* name: == href: Ghost.Graphics.RHI.Color32.html#Ghost_Graphics_RHI_Color32_op_Equality_Ghost_Graphics_RHI_Color32_Ghost_Graphics_RHI_Color32_ - uid: Ghost.Graphics.RHI.Color32.op_Inequality* commentId: Overload:Ghost.Graphics.RHI.Color32.op_Inequality href: Ghost.Graphics.RHI.Color32.html#Ghost_Graphics_RHI_Color32_op_Inequality_Ghost_Graphics_RHI_Color32_Ghost_Graphics_RHI_Color32_ name: operator != nameWithType: Color32.operator != fullName: Ghost.Graphics.RHI.Color32.operator != nameWithType.vb: Color32.<> fullName.vb: Ghost.Graphics.RHI.Color32.<> name.vb: <> spec.csharp: - name: operator - name: " " - uid: Ghost.Graphics.RHI.Color32.op_Inequality* name: '!=' href: Ghost.Graphics.RHI.Color32.html#Ghost_Graphics_RHI_Color32_op_Inequality_Ghost_Graphics_RHI_Color32_Ghost_Graphics_RHI_Color32_