Skip to content

T_Aurora_Utils_ColorUtils

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

ColorUtils Class

Various color utilities

Inheritance Hierarchy

System.Object
  Aurora.Utils.ColorUtils
Namespace: Aurora.Utils
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public static class ColorUtils

The ColorUtils type exposes the following members.

Methods

 

Name Description
Public methodStatic member AddColors Adds two colors together by using the alpha component of the foreground color
Public methodStatic member BlendColors Blends two colors together by a specified amount
Public methodStatic member ColorByteMultiplication Multiplies a byte by a specified double balue
Public methodStatic member DrawingColorToMediaColor Converts from System.Drawing.Color to System.Windows.Media.Color
Public methodStatic member GenerateRandomColor() Generates a random color
Public methodStatic member GenerateRandomColor(Color) Generates a random color within a certain base color range
Public methodStatic member MediaColorToDrawingColor Converts from System.Windows.Media.Color to System.Drawing.Color
Public methodStatic member MultiplyColorByScalar Multiplies a Drawing Color instance by a scalar value
  Back to Top

See Also

Reference

Aurora.Utils Namespace

Clone this wiki locally