Click or drag to resize

ColorExtensions Class

Color extensions.
Inheritance Hierarchy
SystemObject
  KitColorExtensions

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static class ColorExtensions
Request Example View Source

The ColorExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCopy
Copy values from another instance and return the Color.
Public methodStatic memberCopyAlpha
Copy alpha component and return the Color.
Public methodStatic memberCopyBlue
Copy blue component and return the Color.
Public methodStatic memberCopyGreen
Copy green component and return the Color.
Public methodStatic memberCopyRed
Copy red component and return the Color.
Public methodStatic memberSetAlpha
Set alpha component and return the Color.
Public methodStatic memberSetBlue
Set blue component and return the Color.
Public methodStatic memberSetGreen
Set green component and return the Color.
Public methodStatic memberSetRed
Set red component and return the Color.
Top
See Also

Reference