Gorgon
Show / Hide Table of Contents

Interface IColorPickerService

The service used to allow picking of colors.

Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IColorPickerService

Methods

| Edit this page View Source

GetColor(GorgonColor)

Function to retrieve a color.

Declaration
GorgonColor? GetColor(GorgonColor originalColor)
Parameters
Type Name Description
GorgonColor originalColor

The original color being changed.

Returns
Type Description
GorgonColor?

The new color, or null if cancelled.

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author