TinyLifeWeb/docs/api/TinyLife.Utilities.ColorScheme.yml

2399 lines
82 KiB
YAML
Raw Permalink Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Utilities.ColorScheme
commentId: T:TinyLife.Utilities.ColorScheme
id: ColorScheme
parent: TinyLife.Utilities
children:
- TinyLife.Utilities.ColorScheme.Bricks
- TinyLife.Utilities.ColorScheme.CardboardBoxes
- TinyLife.Utilities.ColorScheme.Ceramics
2023-08-15 13:17:22 +02:00
- TinyLife.Utilities.ColorScheme.ColoredConcrete
2022-03-09 16:13:05 +01:00
- TinyLife.Utilities.ColorScheme.Combine(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.Count
- TinyLife.Utilities.ColorScheme.Create(System.Object[])
- TinyLife.Utilities.ColorScheme.Dirt
- TinyLife.Utilities.ColorScheme.DirtPaths
2022-09-05 14:19:42 +02:00
- TinyLife.Utilities.ColorScheme.DyedWood
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.Eyes
- TinyLife.Utilities.ColorScheme.Flannel
- TinyLife.Utilities.ColorScheme.GetEnumerator
- TinyLife.Utilities.ColorScheme.Grays
- TinyLife.Utilities.ColorScheme.Hair
- TinyLife.Utilities.ColorScheme.Item(System.Int32)
2022-03-09 16:13:05 +01:00
- TinyLife.Utilities.ColorScheme.Jewelery
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.Khakis
- TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion)
2022-04-27 12:59:12 +02:00
- TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.Modern
- TinyLife.Utilities.ColorScheme.ModernShort
2024-01-07 16:53:47 +01:00
- TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
- TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme,System.Single)
2022-05-24 13:36:05 +02:00
- TinyLife.Utilities.ColorScheme.MutedPastels
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.Pastel
- TinyLife.Utilities.ColorScheme.Plants
2022-10-18 13:03:11 +02:00
- TinyLife.Utilities.ColorScheme.RetroAppliances
2022-11-12 13:53:28 +01:00
- TinyLife.Utilities.ColorScheme.RetroTv
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.Rugs
2023-10-11 16:05:32 +02:00
- TinyLife.Utilities.ColorScheme.Sand
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.SimpleWood
- TinyLife.Utilities.ColorScheme.Skin
- TinyLife.Utilities.ColorScheme.Thatch
2022-03-09 16:13:05 +01:00
- TinyLife.Utilities.ColorScheme.Transparent
2022-11-12 13:53:28 +01:00
- TinyLife.Utilities.ColorScheme.TrashCanTypes
2022-12-20 13:25:03 +01:00
- TinyLife.Utilities.ColorScheme.TreeBaubles
2024-03-09 19:49:55 +01:00
- TinyLife.Utilities.ColorScheme.TreeTinsel
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.WarmDark
2022-09-05 14:19:42 +02:00
- TinyLife.Utilities.ColorScheme.Water
2021-08-04 06:51:12 +02:00
- TinyLife.Utilities.ColorScheme.White
2024-01-07 16:53:47 +01:00
- TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
- TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
- TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: ColorScheme
nameWithType: ColorScheme
fullName: TinyLife.Utilities.ColorScheme
type: Class
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: ColorScheme
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 16
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: >-
A color scheme is a list of <xref href="Microsoft.Xna.Framework.Color" data-throw-if-not-resolved="false"></xref> instances with which an object can be colored.
By default, a set of color schemes exist (defined in this class), but new ones can be created easily using <xref href="TinyLife.Utilities.ColorScheme.Create(System.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: 'public class ColorScheme : IReadOnlyCollection<Color>, IEnumerable<Color>, IEnumerable'
2023-03-30 18:07:55 +02:00
content.vb: Public Class ColorScheme Implements IReadOnlyCollection(Of Color), IEnumerable(Of Color), IEnumerable
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
implements:
2022-09-05 14:19:42 +02:00
- System.Collections.Generic.IReadOnlyCollection{Microsoft.Xna.Framework.Color}
- System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
- System.Collections.IEnumerable
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Utilities.ColorScheme.TinyLife.Utilities.Extensions.JsonCopy``1
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.Transparent
commentId: F:TinyLife.Utilities.ColorScheme.Transparent
id: Transparent
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Transparent
nameWithType: ColorScheme.Transparent
fullName: TinyLife.Utilities.ColorScheme.Transparent
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Transparent
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 23
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Transparent
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Transparent As ColorScheme
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.White
commentId: F:TinyLife.Utilities.ColorScheme.White
id: White
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: White
nameWithType: ColorScheme.White
fullName: TinyLife.Utilities.ColorScheme.White
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: White
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 24
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme White
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly White As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.SimpleWood
commentId: F:TinyLife.Utilities.ColorScheme.SimpleWood
id: SimpleWood
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: SimpleWood
nameWithType: ColorScheme.SimpleWood
fullName: TinyLife.Utilities.ColorScheme.SimpleWood
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: SimpleWood
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 25
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme SimpleWood
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly SimpleWood As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Ceramics
commentId: F:TinyLife.Utilities.ColorScheme.Ceramics
id: Ceramics
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Ceramics
nameWithType: ColorScheme.Ceramics
fullName: TinyLife.Utilities.ColorScheme.Ceramics
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Ceramics
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 26
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Ceramics
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Ceramics As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Pastel
commentId: F:TinyLife.Utilities.ColorScheme.Pastel
id: Pastel
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Pastel
nameWithType: ColorScheme.Pastel
fullName: TinyLife.Utilities.ColorScheme.Pastel
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Pastel
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 27
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Pastel
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Pastel As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Plants
commentId: F:TinyLife.Utilities.ColorScheme.Plants
id: Plants
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Plants
nameWithType: ColorScheme.Plants
fullName: TinyLife.Utilities.ColorScheme.Plants
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Plants
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 28
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Plants
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Plants As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Modern
commentId: F:TinyLife.Utilities.ColorScheme.Modern
id: Modern
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Modern
nameWithType: ColorScheme.Modern
fullName: TinyLife.Utilities.ColorScheme.Modern
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Modern
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 29
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Modern
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Modern As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Grays
commentId: F:TinyLife.Utilities.ColorScheme.Grays
id: Grays
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Grays
nameWithType: ColorScheme.Grays
fullName: TinyLife.Utilities.ColorScheme.Grays
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Grays
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 30
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Grays
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Grays As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Bricks
commentId: F:TinyLife.Utilities.ColorScheme.Bricks
id: Bricks
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Bricks
nameWithType: ColorScheme.Bricks
fullName: TinyLife.Utilities.ColorScheme.Bricks
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Bricks
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 31
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Bricks
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Bricks As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.WarmDark
commentId: F:TinyLife.Utilities.ColorScheme.WarmDark
id: WarmDark
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: WarmDark
nameWithType: ColorScheme.WarmDark
fullName: TinyLife.Utilities.ColorScheme.WarmDark
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: WarmDark
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 32
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme WarmDark
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly WarmDark As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Skin
commentId: F:TinyLife.Utilities.ColorScheme.Skin
id: Skin
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Skin
nameWithType: ColorScheme.Skin
fullName: TinyLife.Utilities.ColorScheme.Skin
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Skin
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 33
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Skin
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Skin As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Hair
commentId: F:TinyLife.Utilities.ColorScheme.Hair
id: Hair
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Hair
nameWithType: ColorScheme.Hair
fullName: TinyLife.Utilities.ColorScheme.Hair
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Hair
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 34
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Hair
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Hair As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Eyes
commentId: F:TinyLife.Utilities.ColorScheme.Eyes
id: Eyes
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Eyes
nameWithType: ColorScheme.Eyes
fullName: TinyLife.Utilities.ColorScheme.Eyes
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Eyes
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 35
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Eyes
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Eyes As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Flannel
commentId: F:TinyLife.Utilities.ColorScheme.Flannel
id: Flannel
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Flannel
nameWithType: ColorScheme.Flannel
fullName: TinyLife.Utilities.ColorScheme.Flannel
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Flannel
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 36
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Flannel
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Flannel As ColorScheme
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Utilities.ColorScheme.RetroAppliances
commentId: F:TinyLife.Utilities.ColorScheme.RetroAppliances
id: RetroAppliances
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: RetroAppliances
nameWithType: ColorScheme.RetroAppliances
fullName: TinyLife.Utilities.ColorScheme.RetroAppliances
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-10-18 13:03:11 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetroAppliances
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 37
2022-10-18 13:03:11 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme RetroAppliances
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly RetroAppliances As ColorScheme
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Utilities.ColorScheme.RetroTv
commentId: F:TinyLife.Utilities.ColorScheme.RetroTv
id: RetroTv
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: RetroTv
nameWithType: ColorScheme.RetroTv
fullName: TinyLife.Utilities.ColorScheme.RetroTv
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-11-12 13:53:28 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetroTv
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 38
2022-11-12 13:53:28 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme RetroTv
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly RetroTv As ColorScheme
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Dirt
commentId: F:TinyLife.Utilities.ColorScheme.Dirt
id: Dirt
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Dirt
nameWithType: ColorScheme.Dirt
fullName: TinyLife.Utilities.ColorScheme.Dirt
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Dirt
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 39
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Dirt
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Dirt As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Khakis
commentId: F:TinyLife.Utilities.ColorScheme.Khakis
id: Khakis
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Khakis
nameWithType: ColorScheme.Khakis
fullName: TinyLife.Utilities.ColorScheme.Khakis
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Khakis
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 40
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Khakis
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Khakis As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Rugs
commentId: F:TinyLife.Utilities.ColorScheme.Rugs
id: Rugs
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Rugs
nameWithType: ColorScheme.Rugs
fullName: TinyLife.Utilities.ColorScheme.Rugs
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Rugs
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 41
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Rugs
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Rugs As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Thatch
commentId: F:TinyLife.Utilities.ColorScheme.Thatch
id: Thatch
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Thatch
nameWithType: ColorScheme.Thatch
fullName: TinyLife.Utilities.ColorScheme.Thatch
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Thatch
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 42
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Thatch
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Thatch As ColorScheme
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Utilities.ColorScheme.MutedPastels
commentId: F:TinyLife.Utilities.ColorScheme.MutedPastels
id: MutedPastels
2021-08-04 06:51:12 +02:00
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
2022-05-24 13:36:05 +02:00
name: MutedPastels
nameWithType: ColorScheme.MutedPastels
fullName: TinyLife.Utilities.ColorScheme.MutedPastels
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-05-24 13:36:05 +02:00
id: MutedPastels
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 43
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
2022-05-24 13:36:05 +02:00
content: public static readonly ColorScheme MutedPastels
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.Utilities.ColorScheme
2022-05-24 13:36:05 +02:00
content.vb: Public Shared ReadOnly MutedPastels As ColorScheme
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.DirtPaths
commentId: F:TinyLife.Utilities.ColorScheme.DirtPaths
id: DirtPaths
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: DirtPaths
nameWithType: ColorScheme.DirtPaths
fullName: TinyLife.Utilities.ColorScheme.DirtPaths
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: DirtPaths
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 44
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme DirtPaths
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly DirtPaths As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.ModernShort
commentId: F:TinyLife.Utilities.ColorScheme.ModernShort
id: ModernShort
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: ModernShort
nameWithType: ColorScheme.ModernShort
fullName: TinyLife.Utilities.ColorScheme.ModernShort
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: ModernShort
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 45
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme ModernShort
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly ModernShort As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.CardboardBoxes
commentId: F:TinyLife.Utilities.ColorScheme.CardboardBoxes
id: CardboardBoxes
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: CardboardBoxes
nameWithType: ColorScheme.CardboardBoxes
fullName: TinyLife.Utilities.ColorScheme.CardboardBoxes
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CardboardBoxes
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 46
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme CardboardBoxes
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly CardboardBoxes As ColorScheme
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.Jewelery
commentId: F:TinyLife.Utilities.ColorScheme.Jewelery
id: Jewelery
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Jewelery
nameWithType: ColorScheme.Jewelery
fullName: TinyLife.Utilities.ColorScheme.Jewelery
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jewelery
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 47
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Jewelery
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Jewelery As ColorScheme
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Utilities.ColorScheme.Water
commentId: F:TinyLife.Utilities.ColorScheme.Water
id: Water
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Water
nameWithType: ColorScheme.Water
fullName: TinyLife.Utilities.ColorScheme.Water
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Water
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 48
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Water
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Water As ColorScheme
- uid: TinyLife.Utilities.ColorScheme.DyedWood
commentId: F:TinyLife.Utilities.ColorScheme.DyedWood
id: DyedWood
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: DyedWood
nameWithType: ColorScheme.DyedWood
fullName: TinyLife.Utilities.ColorScheme.DyedWood
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DyedWood
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 49
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme DyedWood
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly DyedWood As ColorScheme
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Utilities.ColorScheme.TrashCanTypes
commentId: F:TinyLife.Utilities.ColorScheme.TrashCanTypes
id: TrashCanTypes
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: TrashCanTypes
nameWithType: ColorScheme.TrashCanTypes
fullName: TinyLife.Utilities.ColorScheme.TrashCanTypes
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-11-12 13:53:28 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TrashCanTypes
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 50
2022-11-12 13:53:28 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme TrashCanTypes
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly TrashCanTypes As ColorScheme
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Utilities.ColorScheme.TreeTinsel
commentId: F:TinyLife.Utilities.ColorScheme.TreeTinsel
id: TreeTinsel
2022-12-20 13:25:03 +01:00
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
2024-03-09 19:49:55 +01:00
name: TreeTinsel
nameWithType: ColorScheme.TreeTinsel
fullName: TinyLife.Utilities.ColorScheme.TreeTinsel
2022-12-20 13:25:03 +01:00
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2024-03-09 19:49:55 +01:00
id: TreeTinsel
2022-12-20 13:25:03 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 51
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
2024-03-09 19:49:55 +01:00
content: public static readonly ColorScheme TreeTinsel
2022-12-20 13:25:03 +01:00
return:
type: TinyLife.Utilities.ColorScheme
2024-03-09 19:49:55 +01:00
content.vb: Public Shared ReadOnly TreeTinsel As ColorScheme
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Utilities.ColorScheme.TreeBaubles
commentId: F:TinyLife.Utilities.ColorScheme.TreeBaubles
id: TreeBaubles
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: TreeBaubles
nameWithType: ColorScheme.TreeBaubles
fullName: TinyLife.Utilities.ColorScheme.TreeBaubles
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TreeBaubles
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 52
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme TreeBaubles
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly TreeBaubles As ColorScheme
2023-08-15 13:17:22 +02:00
- uid: TinyLife.Utilities.ColorScheme.ColoredConcrete
commentId: F:TinyLife.Utilities.ColorScheme.ColoredConcrete
id: ColoredConcrete
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: ColoredConcrete
nameWithType: ColorScheme.ColoredConcrete
fullName: TinyLife.Utilities.ColorScheme.ColoredConcrete
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-08-15 13:17:22 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColoredConcrete
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 53
2023-08-15 13:17:22 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme ColoredConcrete
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly ColoredConcrete As ColorScheme
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Utilities.ColorScheme.Sand
commentId: F:TinyLife.Utilities.ColorScheme.Sand
id: Sand
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Sand
nameWithType: ColorScheme.Sand
fullName: TinyLife.Utilities.ColorScheme.Sand
type: Field
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sand
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 54
2023-10-11 16:05:32 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static readonly ColorScheme Sand
return:
type: TinyLife.Utilities.ColorScheme
content.vb: Public Shared ReadOnly Sand As ColorScheme
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Item(System.Int32)
commentId: P:TinyLife.Utilities.ColorScheme.Item(System.Int32)
id: Item(System.Int32)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: this[int]
nameWithType: ColorScheme.this[int]
fullName: TinyLife.Utilities.ColorScheme.this[int]
2021-08-04 06:51:12 +02:00
type: Property
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: this[]
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 61
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: Returns the <xref href="Microsoft.Xna.Framework.Color" data-throw-if-not-resolved="false"></xref> at the given index in this color scheme
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Color this[int index] { get; }
parameters:
- id: index
type: System.Int32
description: The index to return the color for
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Color
2023-03-30 18:07:55 +02:00
content.vb: Public ReadOnly Default Property this[](index As Integer) As Color
2021-08-04 06:51:12 +02:00
overload: TinyLife.Utilities.ColorScheme.Item*
2023-03-30 18:07:55 +02:00
nameWithType.vb: ColorScheme.this[](Integer)
fullName.vb: TinyLife.Utilities.ColorScheme.this[](Integer)
name.vb: this[](Integer)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Count
commentId: P:TinyLife.Utilities.ColorScheme.Count
id: Count
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Count
nameWithType: ColorScheme.Count
fullName: TinyLife.Utilities.ColorScheme.Count
type: Property
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Count
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 65
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: Stores the amount of <xref href="Microsoft.Xna.Framework.Color" data-throw-if-not-resolved="false"></xref> instances that are part of this color scheme
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public int Count { get; }
parameters: []
return:
type: System.Int32
content.vb: Public ReadOnly Property Count As Integer
overload: TinyLife.Utilities.ColorScheme.Count*
implements:
2022-09-05 14:19:42 +02:00
- System.Collections.Generic.IReadOnlyCollection{Microsoft.Xna.Framework.Color}.Count
2022-04-27 12:59:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
commentId: M:TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
id: MergeWith(TinyLife.Utilities.ColorScheme)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: MergeWith(ColorScheme)
nameWithType: ColorScheme.MergeWith(ColorScheme)
fullName: TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
type: Method
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-04-27 12:59:12 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MergeWith
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 81
2022-04-27 12:59:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: >-
Merges this color scheme with the colors of the given <xref href="TinyLife.Utilities.ColorScheme" data-throw-if-not-resolved="false"></xref>.
This method essentially adds the colors from <code class="paramref">other</code> to this color scheme's colors.
The <code class="paramref">other</code> color scheme is not affected by this action.
2022-05-24 13:36:05 +02:00
example: []
2022-04-27 12:59:12 +02:00
syntax:
content: public void MergeWith(ColorScheme other)
parameters:
- id: other
type: TinyLife.Utilities.ColorScheme
2022-05-24 13:36:05 +02:00
description: The color scheme to merge this color scheme with.
2022-04-27 12:59:12 +02:00
content.vb: Public Sub MergeWith(other As ColorScheme)
overload: TinyLife.Utilities.ColorScheme.MergeWith*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.GetEnumerator
commentId: M:TinyLife.Utilities.ColorScheme.GetEnumerator
id: GetEnumerator
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: GetEnumerator()
nameWithType: ColorScheme.GetEnumerator()
fullName: TinyLife.Utilities.ColorScheme.GetEnumerator()
type: Method
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetEnumerator
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 86
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: Returns an enumerator that iterates through the collection.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public IEnumerator<Color> GetEnumerator()
return:
2022-09-05 14:19:42 +02:00
type: System.Collections.Generic.IEnumerator{Microsoft.Xna.Framework.Color}
2024-01-07 16:53:47 +01:00
description: An enumerator that can be used to iterate through the collection.
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetEnumerator() As IEnumerator(Of Color)
2021-08-04 06:51:12 +02:00
overload: TinyLife.Utilities.ColorScheme.GetEnumerator*
implements:
2022-09-05 14:19:42 +02:00
- System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}.GetEnumerator
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Create(System.Object[])
commentId: M:TinyLife.Utilities.ColorScheme.Create(System.Object[])
id: Create(System.Object[])
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Create(params object[])
nameWithType: ColorScheme.Create(params object[])
fullName: TinyLife.Utilities.ColorScheme.Create(params object[])
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Create
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 100
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: >-
Create a new color scheme from the given colors.
The colors passed can be of type <xref href="Microsoft.Xna.Framework.Color" data-throw-if-not-resolved="false"></xref>, <xref href="System.Int32" data-throw-if-not-resolved="false"></xref> or <xref href="System.UInt32" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static ColorScheme Create(params object[] objs)
parameters:
- id: objs
type: System.Object[]
description: The colors that this color scheme should contain
return:
type: TinyLife.Utilities.ColorScheme
description: A new color scheme with the given colors
content.vb: Public Shared Function Create(ParamArray objs As Object()) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.Create*
2023-03-30 18:07:55 +02:00
nameWithType.vb: ColorScheme.Create(ParamArray Object())
fullName.vb: TinyLife.Utilities.ColorScheme.Create(ParamArray Object())
name.vb: Create(ParamArray Object())
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion)
commentId: M:TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion)
id: Load(MLEM.Textures.TextureRegion)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Load(TextureRegion)
nameWithType: ColorScheme.Load(TextureRegion)
fullName: TinyLife.Utilities.ColorScheme.Load(MLEM.Textures.TextureRegion)
type: Method
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Load
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 117
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: >-
Loads a color scheme from the given texture region.
Each pixel on the texture region is evaluated and any pixels with an alpha value greater than zero are added to the color scheme.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static ColorScheme Load(TextureRegion region)
parameters:
- id: region
type: MLEM.Textures.TextureRegion
description: The texture region to turn into a color scheme
return:
type: TinyLife.Utilities.ColorScheme
description: A color scheme with the colors from the texture region
content.vb: Public Shared Function Load(region As TextureRegion) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.Load*
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.Combine(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
commentId: M:TinyLife.Utilities.ColorScheme.Combine(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
id: Combine(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Combine(ColorScheme, ColorScheme)
nameWithType: ColorScheme.Combine(ColorScheme, ColorScheme)
fullName: TinyLife.Utilities.ColorScheme.Combine(TinyLife.Utilities.ColorScheme, TinyLife.Utilities.ColorScheme)
type: Method
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Combine
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 139
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: >-
Combines two color schemes into a new color scheme that contains all of the colors from both schemes.
If both color scheme contain any of the same colors, only one of them will be added to the new color scheme.
Note that the <xref href="TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme%2cTinyLife.Utilities.ColorScheme)" data-throw-if-not-resolved="false"></xref> operator can also be used for this purpose.
Also note that a given color scheme can be modified permanently using <xref href="TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example: []
syntax:
content: public static ColorScheme Combine(ColorScheme left, ColorScheme right)
parameters:
- id: left
type: TinyLife.Utilities.ColorScheme
description: The left color scheme
- id: right
type: TinyLife.Utilities.ColorScheme
description: The right color scheme
return:
type: TinyLife.Utilities.ColorScheme
description: A new, combined color scheme
content.vb: Public Shared Function Combine(left As ColorScheme, right As ColorScheme) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.Combine*
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme,System.Single)
commentId: M:TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme,System.Single)
id: Multiply(TinyLife.Utilities.ColorScheme,System.Single)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Multiply(ColorScheme, float)
nameWithType: ColorScheme.Multiply(ColorScheme, float)
fullName: TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme, float)
type: Method
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Multiply
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 153
2024-01-07 16:53:47 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-04-14 17:55:54 +02:00
summary: Multiplies all of the colors in this color scheme with the given percentage, and returns a new color scheme from it.
example: []
2024-01-07 16:53:47 +01:00
syntax:
content: public static ColorScheme Multiply(ColorScheme scheme, float percentage)
parameters:
- id: scheme
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The color scheme.
2024-01-07 16:53:47 +01:00
- id: percentage
type: System.Single
2024-04-14 17:55:54 +02:00
description: The percentage to multiply with.
2024-01-07 16:53:47 +01:00
return:
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The resulting color scheme.
2024-01-07 16:53:47 +01:00
content.vb: Public Shared Function Multiply(scheme As ColorScheme, percentage As Single) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.Multiply*
nameWithType.vb: ColorScheme.Multiply(ColorScheme, Single)
fullName.vb: TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme, Single)
name.vb: Multiply(ColorScheme, Single)
- uid: TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
commentId: M:TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
id: Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: Multiply(ColorScheme, Color)
nameWithType: ColorScheme.Multiply(ColorScheme, Color)
fullName: TinyLife.Utilities.ColorScheme.Multiply(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color)
type: Method
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Multiply
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 163
2024-01-07 16:53:47 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-04-14 17:55:54 +02:00
summary: Multiplies all of the colors in this color scheme with the given color, and returns a new color scheme from it.
example: []
2024-01-07 16:53:47 +01:00
syntax:
content: public static ColorScheme Multiply(ColorScheme scheme, Color color)
parameters:
- id: scheme
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The color scheme.
2024-01-07 16:53:47 +01:00
- id: color
type: Microsoft.Xna.Framework.Color
2024-04-14 17:55:54 +02:00
description: The color to multiply with.
2024-01-07 16:53:47 +01:00
return:
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The resulting color scheme.
2024-01-07 16:53:47 +01:00
content.vb: Public Shared Function Multiply(scheme As ColorScheme, color As Color) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.Multiply*
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
commentId: M:TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
id: op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: operator +(ColorScheme, ColorScheme)
nameWithType: ColorScheme.operator +(ColorScheme, ColorScheme)
fullName: TinyLife.Utilities.ColorScheme.operator +(TinyLife.Utilities.ColorScheme, TinyLife.Utilities.ColorScheme)
2022-03-09 16:13:05 +01:00
type: Operator
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Addition
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 172
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
summary: >-
Combines two color schemes into a new color scheme that contains all of the colors from both schemes.
If both color scheme contain any of the same colors, only one of them will be added to the new color scheme.
Note that the <xref href="TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme%2cTinyLife.Utilities.ColorScheme)" data-throw-if-not-resolved="false"></xref> operator can also be used for this purpose.
Also note that a given color scheme can be modified permanently using <xref href="TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example: []
syntax:
content: public static ColorScheme operator +(ColorScheme left, ColorScheme right)
parameters:
- id: left
type: TinyLife.Utilities.ColorScheme
2024-01-07 16:53:47 +01:00
description: The left color scheme
2022-03-09 16:13:05 +01:00
- id: right
type: TinyLife.Utilities.ColorScheme
2024-01-07 16:53:47 +01:00
description: The right color scheme
2022-03-09 16:13:05 +01:00
return:
type: TinyLife.Utilities.ColorScheme
2024-01-07 16:53:47 +01:00
description: A new, combined color scheme
2022-03-09 16:13:05 +01:00
content.vb: Public Shared Operator +(left As ColorScheme, right As ColorScheme) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.op_Addition*
2023-03-30 18:07:55 +02:00
nameWithType.vb: ColorScheme.+(ColorScheme, ColorScheme)
fullName.vb: TinyLife.Utilities.ColorScheme.+(TinyLife.Utilities.ColorScheme, TinyLife.Utilities.ColorScheme)
name.vb: +(ColorScheme, ColorScheme)
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)
commentId: M:TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)
id: op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: operator *(ColorScheme, float)
nameWithType: ColorScheme.operator *(ColorScheme, float)
fullName: TinyLife.Utilities.ColorScheme.operator *(TinyLife.Utilities.ColorScheme, float)
type: Operator
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Multiply
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 177
2024-01-07 16:53:47 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-04-14 17:55:54 +02:00
summary: Multiplies all of the colors in this color scheme with the given percentage, and returns a new color scheme from it.
example: []
2024-01-07 16:53:47 +01:00
syntax:
content: public static ColorScheme operator *(ColorScheme scheme, float percentage)
parameters:
- id: scheme
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The color scheme.
2024-01-07 16:53:47 +01:00
- id: percentage
type: System.Single
2024-04-14 17:55:54 +02:00
description: The percentage to multiply with.
2024-01-07 16:53:47 +01:00
return:
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The resulting color scheme.
2024-01-07 16:53:47 +01:00
content.vb: Public Shared Operator *(scheme As ColorScheme, percentage As Single) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.op_Multiply*
nameWithType.vb: ColorScheme.*(ColorScheme, Single)
fullName.vb: TinyLife.Utilities.ColorScheme.*(TinyLife.Utilities.ColorScheme, Single)
name.vb: '*(ColorScheme, Single)'
- uid: TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
commentId: M:TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
id: op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)
parent: TinyLife.Utilities.ColorScheme
langs:
- csharp
- vb
name: operator *(ColorScheme, Color)
nameWithType: ColorScheme.operator *(ColorScheme, Color)
fullName: TinyLife.Utilities.ColorScheme.operator *(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color)
type: Operator
source:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Multiply
path: ../TinyLife/Utilities/ColorScheme.cs
2024-04-14 17:55:54 +02:00
startLine: 182
2024-01-07 16:53:47 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
2024-04-14 17:55:54 +02:00
summary: Multiplies all of the colors in this color scheme with the given color, and returns a new color scheme from it.
example: []
2024-01-07 16:53:47 +01:00
syntax:
content: public static ColorScheme operator *(ColorScheme scheme, Color color)
parameters:
- id: scheme
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The color scheme.
2024-01-07 16:53:47 +01:00
- id: color
type: Microsoft.Xna.Framework.Color
2024-04-14 17:55:54 +02:00
description: The color to multiply with.
2024-01-07 16:53:47 +01:00
return:
type: TinyLife.Utilities.ColorScheme
2024-04-14 17:55:54 +02:00
description: The resulting color scheme.
2024-01-07 16:53:47 +01:00
content.vb: Public Shared Operator *(scheme As ColorScheme, color As Color) As ColorScheme
overload: TinyLife.Utilities.ColorScheme.op_Multiply*
nameWithType.vb: ColorScheme.*(ColorScheme, Color)
fullName.vb: TinyLife.Utilities.ColorScheme.*(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color)
name.vb: '*(ColorScheme, Color)'
2021-08-04 06:51:12 +02:00
references:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
commentId: T:Microsoft.Xna.Framework.Color
parent: Microsoft.Xna.Framework
isExternal: true
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Create(System.Object[])
commentId: M:TinyLife.Utilities.ColorScheme.Create(System.Object[])
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Create_System_Object___
2023-03-30 18:07:55 +02:00
name: Create(params object[])
nameWithType: ColorScheme.Create(params object[])
fullName: TinyLife.Utilities.ColorScheme.Create(params object[])
nameWithType.vb: ColorScheme.Create(ParamArray Object())
fullName.vb: TinyLife.Utilities.ColorScheme.Create(ParamArray Object())
name.vb: Create(ParamArray Object())
spec.csharp:
- uid: TinyLife.Utilities.ColorScheme.Create(System.Object[])
name: Create
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Create_System_Object___
2023-03-30 18:07:55 +02:00
- name: (
- name: params
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '['
- name: ']'
- name: )
spec.vb:
- uid: TinyLife.Utilities.ColorScheme.Create(System.Object[])
name: Create
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Create_System_Object___
2023-03-30 18:07:55 +02:00
- name: (
- name: ParamArray
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: (
- name: )
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.IReadOnlyCollection{Microsoft.Xna.Framework.Color}
commentId: T:System.Collections.Generic.IReadOnlyCollection{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyCollection`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
2021-08-04 06:51:12 +02:00
name: IReadOnlyCollection<Color>
nameWithType: IReadOnlyCollection<Color>
2022-09-05 14:19:42 +02:00
fullName: System.Collections.Generic.IReadOnlyCollection<Microsoft.Xna.Framework.Color>
2021-08-04 06:51:12 +02:00
nameWithType.vb: IReadOnlyCollection(Of Color)
2022-09-05 14:19:42 +02:00
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of Microsoft.Xna.Framework.Color)
2021-08-04 06:51:12 +02:00
name.vb: IReadOnlyCollection(Of Color)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
2021-08-04 06:51:12 +02:00
- name: <
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
- name: )
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}
commentId: T:System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<Color>
nameWithType: IEnumerable<Color>
2022-09-05 14:19:42 +02:00
fullName: System.Collections.Generic.IEnumerable<Microsoft.Xna.Framework.Color>
2021-08-04 06:51:12 +02:00
nameWithType.vb: IEnumerable(Of Color)
2022-09-05 14:19:42 +02:00
fullName.vb: System.Collections.Generic.IEnumerable(Of Microsoft.Xna.Framework.Color)
2021-08-04 06:51:12 +02:00
name.vb: IEnumerable(Of Color)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
- name: )
- uid: System.Collections.IEnumerable
commentId: T:System.Collections.IEnumerable
parent: System.Collections
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable
2021-08-04 06:51:12 +02:00
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.IEnumerable
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.Utilities.ColorScheme.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<ColorScheme>(ColorScheme)
nameWithType: Extensions.JsonCopy<ColorScheme>(ColorScheme)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Utilities.ColorScheme>(TinyLife.Utilities.ColorScheme)
nameWithType.vb: Extensions.JsonCopy(Of ColorScheme)(ColorScheme)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Utilities.ColorScheme)(TinyLife.Utilities.ColorScheme)
name.vb: JsonCopy(Of ColorScheme)(ColorScheme)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Utilities.ColorScheme)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Utilities.ColorScheme)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2021-08-04 06:51:12 +02:00
- name: )
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
- uid: System.Collections.Generic.IReadOnlyCollection`1
commentId: T:System.Collections.Generic.IReadOnlyCollection`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
2021-08-04 06:51:12 +02:00
name: IReadOnlyCollection<T>
nameWithType: IReadOnlyCollection<T>
fullName: System.Collections.Generic.IReadOnlyCollection<T>
nameWithType.vb: IReadOnlyCollection(Of T)
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T)
name.vb: IReadOnlyCollection(Of T)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
2021-08-04 06:51:12 +02:00
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
- uid: System.Collections
commentId: N:System.Collections
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System.Collections
nameWithType: System.Collections
fullName: System.Collections
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.ColorScheme
commentId: T:TinyLife.Utilities.ColorScheme
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2021-08-04 06:51:12 +02:00
name: ColorScheme
nameWithType: ColorScheme
fullName: TinyLife.Utilities.ColorScheme
- uid: TinyLife.Utilities.ColorScheme.Item*
commentId: Overload:TinyLife.Utilities.ColorScheme.Item
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Item_System_Int32_
2023-03-30 18:07:55 +02:00
name: this
nameWithType: ColorScheme.this
fullName: TinyLife.Utilities.ColorScheme.this
nameWithType.vb: ColorScheme.this[]
fullName.vb: TinyLife.Utilities.ColorScheme.this[]
name.vb: this[]
2021-08-04 06:51:12 +02:00
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Count*
commentId: Overload:TinyLife.Utilities.ColorScheme.Count
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Count
2021-08-04 06:51:12 +02:00
name: Count
nameWithType: ColorScheme.Count
fullName: TinyLife.Utilities.ColorScheme.Count
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.IReadOnlyCollection{Microsoft.Xna.Framework.Color}.Count
commentId: P:System.Collections.Generic.IReadOnlyCollection{Microsoft.Xna.Framework.Color}.Count
parent: System.Collections.Generic.IReadOnlyCollection{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
definition: System.Collections.Generic.IReadOnlyCollection`1.Count
2024-01-07 16:53:47 +01:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1.count
2021-08-04 06:51:12 +02:00
name: Count
nameWithType: IReadOnlyCollection<Color>.Count
2022-09-05 14:19:42 +02:00
fullName: System.Collections.Generic.IReadOnlyCollection<Microsoft.Xna.Framework.Color>.Count
2021-08-04 06:51:12 +02:00
nameWithType.vb: IReadOnlyCollection(Of Color).Count
2022-09-05 14:19:42 +02:00
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of Microsoft.Xna.Framework.Color).Count
2021-08-04 06:51:12 +02:00
- uid: System.Collections.Generic.IReadOnlyCollection`1.Count
commentId: P:System.Collections.Generic.IReadOnlyCollection`1.Count
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1.count
2021-08-04 06:51:12 +02:00
name: Count
nameWithType: IReadOnlyCollection<T>.Count
fullName: System.Collections.Generic.IReadOnlyCollection<T>.Count
nameWithType.vb: IReadOnlyCollection(Of T).Count
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T).Count
2022-04-27 12:59:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.MergeWith*
commentId: Overload:TinyLife.Utilities.ColorScheme.MergeWith
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_MergeWith_TinyLife_Utilities_ColorScheme_
2022-04-27 12:59:12 +02:00
name: MergeWith
nameWithType: ColorScheme.MergeWith
fullName: TinyLife.Utilities.ColorScheme.MergeWith
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.GetEnumerator*
commentId: Overload:TinyLife.Utilities.ColorScheme.GetEnumerator
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_GetEnumerator
2021-08-04 06:51:12 +02:00
name: GetEnumerator
nameWithType: ColorScheme.GetEnumerator
fullName: TinyLife.Utilities.ColorScheme.GetEnumerator
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}.GetEnumerator
commentId: M:System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}.GetEnumerator
parent: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
definition: System.Collections.Generic.IEnumerable`1.GetEnumerator
2024-01-07 16:53:47 +01:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator
2021-08-04 06:51:12 +02:00
name: GetEnumerator()
nameWithType: IEnumerable<Color>.GetEnumerator()
2022-09-05 14:19:42 +02:00
fullName: System.Collections.Generic.IEnumerable<Microsoft.Xna.Framework.Color>.GetEnumerator()
2021-08-04 06:51:12 +02:00
nameWithType.vb: IEnumerable(Of Color).GetEnumerator()
2022-09-05 14:19:42 +02:00
fullName.vb: System.Collections.Generic.IEnumerable(Of Microsoft.Xna.Framework.Color).GetEnumerator()
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}.GetEnumerator
2021-08-04 06:51:12 +02:00
name: GetEnumerator
isExternal: true
2024-01-07 16:53:47 +01:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Color}.GetEnumerator
2021-08-04 06:51:12 +02:00
name: GetEnumerator
isExternal: true
2024-01-07 16:53:47 +01:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2022-09-05 14:19:42 +02:00
- uid: System.Collections.Generic.IEnumerator{Microsoft.Xna.Framework.Color}
commentId: T:System.Collections.Generic.IEnumerator{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerator`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
2021-08-04 06:51:12 +02:00
name: IEnumerator<Color>
nameWithType: IEnumerator<Color>
2022-09-05 14:19:42 +02:00
fullName: System.Collections.Generic.IEnumerator<Microsoft.Xna.Framework.Color>
2021-08-04 06:51:12 +02:00
nameWithType.vb: IEnumerator(Of Color)
2022-09-05 14:19:42 +02:00
fullName.vb: System.Collections.Generic.IEnumerator(Of Microsoft.Xna.Framework.Color)
2021-08-04 06:51:12 +02:00
name.vb: IEnumerator(Of Color)
spec.csharp:
- uid: System.Collections.Generic.IEnumerator`1
name: IEnumerator
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
2021-08-04 06:51:12 +02:00
- name: <
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerator`1
name: IEnumerator
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name: Color
isExternal: true
- name: )
- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator
commentId: M:System.Collections.Generic.IEnumerable`1.GetEnumerator
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator
2021-08-04 06:51:12 +02:00
name: GetEnumerator()
nameWithType: IEnumerable<T>.GetEnumerator()
fullName: System.Collections.Generic.IEnumerable<T>.GetEnumerator()
nameWithType.vb: IEnumerable(Of T).GetEnumerator()
fullName.vb: System.Collections.Generic.IEnumerable(Of T).GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator
name: GetEnumerator
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1.GetEnumerator
name: GetEnumerator
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1.getenumerator
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Collections.Generic.IEnumerator`1
commentId: T:System.Collections.Generic.IEnumerator`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
2021-08-04 06:51:12 +02:00
name: IEnumerator<T>
nameWithType: IEnumerator<T>
fullName: System.Collections.Generic.IEnumerator<T>
nameWithType.vb: IEnumerator(Of T)
fullName.vb: System.Collections.Generic.IEnumerator(Of T)
name.vb: IEnumerator(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerator`1
name: IEnumerator
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerator`1
name: IEnumerator
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerator-1
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.UInt32
commentId: T:System.UInt32
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.uint32
name: uint
nameWithType: uint
fullName: uint
nameWithType.vb: UInteger
fullName.vb: UInteger
name.vb: UInteger
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Create*
commentId: Overload:TinyLife.Utilities.ColorScheme.Create
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Create_System_Object___
2021-08-04 06:51:12 +02:00
name: Create
nameWithType: ColorScheme.Create
fullName: TinyLife.Utilities.ColorScheme.Create
- uid: System.Object[]
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object[]
nameWithType: object[]
fullName: object[]
2021-08-04 06:51:12 +02:00
nameWithType.vb: Object()
2023-03-30 18:07:55 +02:00
fullName.vb: Object()
2021-08-04 06:51:12 +02:00
name.vb: Object()
spec.csharp:
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '['
- name: ']'
2021-08-04 06:51:12 +02:00
spec.vb:
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.Load*
commentId: Overload:TinyLife.Utilities.ColorScheme.Load
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Load_MLEM_Textures_TextureRegion_
2021-08-04 06:51:12 +02:00
name: Load
nameWithType: ColorScheme.Load
fullName: TinyLife.Utilities.ColorScheme.Load
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
isExternal: true
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
- uid: MLEM.Textures
commentId: N:MLEM.Textures
isExternal: true
name: MLEM.Textures
nameWithType: MLEM.Textures
fullName: MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
commentId: M:TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_op_Addition_TinyLife_Utilities_ColorScheme_TinyLife_Utilities_ColorScheme_
2023-03-30 18:07:55 +02:00
name: operator +(ColorScheme, ColorScheme)
nameWithType: ColorScheme.operator +(ColorScheme, ColorScheme)
fullName: TinyLife.Utilities.ColorScheme.operator +(TinyLife.Utilities.ColorScheme, TinyLife.Utilities.ColorScheme)
nameWithType.vb: ColorScheme.+(ColorScheme, ColorScheme)
fullName.vb: TinyLife.Utilities.ColorScheme.+(TinyLife.Utilities.ColorScheme, TinyLife.Utilities.ColorScheme)
name.vb: +(ColorScheme, ColorScheme)
spec.csharp:
- name: operator
- name: " "
- uid: TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)
name: +
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_op_Addition_TinyLife_Utilities_ColorScheme_TinyLife_Utilities_ColorScheme_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- name: +
- name: (
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: )
2022-04-27 12:59:12 +02:00
- uid: TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
commentId: M:TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_MergeWith_TinyLife_Utilities_ColorScheme_
2023-03-30 18:07:55 +02:00
name: MergeWith(ColorScheme)
nameWithType: ColorScheme.MergeWith(ColorScheme)
fullName: TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
spec.csharp:
- uid: TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
name: MergeWith
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_MergeWith_TinyLife_Utilities_ColorScheme_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.ColorScheme.MergeWith(TinyLife.Utilities.ColorScheme)
name: MergeWith
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_MergeWith_TinyLife_Utilities_ColorScheme_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.Combine*
commentId: Overload:TinyLife.Utilities.ColorScheme.Combine
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Combine_TinyLife_Utilities_ColorScheme_TinyLife_Utilities_ColorScheme_
2022-03-09 16:13:05 +01:00
name: Combine
nameWithType: ColorScheme.Combine
fullName: TinyLife.Utilities.ColorScheme.Combine
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Utilities.ColorScheme.Multiply*
commentId: Overload:TinyLife.Utilities.ColorScheme.Multiply
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Multiply_TinyLife_Utilities_ColorScheme_System_Single_
name: Multiply
nameWithType: ColorScheme.Multiply
fullName: TinyLife.Utilities.ColorScheme.Multiply
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.op_Addition*
commentId: Overload:TinyLife.Utilities.ColorScheme.op_Addition
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_op_Addition_TinyLife_Utilities_ColorScheme_TinyLife_Utilities_ColorScheme_
2023-03-30 18:07:55 +02:00
name: operator +
nameWithType: ColorScheme.operator +
fullName: TinyLife.Utilities.ColorScheme.operator +
nameWithType.vb: ColorScheme.+
fullName.vb: TinyLife.Utilities.ColorScheme.+
name.vb: +
spec.csharp:
- name: operator
- name: " "
- uid: TinyLife.Utilities.ColorScheme.op_Addition*
name: +
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_op_Addition_TinyLife_Utilities_ColorScheme_TinyLife_Utilities_ColorScheme_
- uid: TinyLife.Utilities.ColorScheme.op_Multiply*
commentId: Overload:TinyLife.Utilities.ColorScheme.op_Multiply
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_op_Multiply_TinyLife_Utilities_ColorScheme_System_Single_
name: operator *
nameWithType: ColorScheme.operator *
fullName: TinyLife.Utilities.ColorScheme.operator *
nameWithType.vb: ColorScheme.*
fullName.vb: TinyLife.Utilities.ColorScheme.*
name.vb: '*'
spec.csharp:
- name: operator
- name: " "
- uid: TinyLife.Utilities.ColorScheme.op_Multiply*
name: '*'
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_op_Multiply_TinyLife_Utilities_ColorScheme_System_Single_