Show / Hide Table of Contents

Class MyColorPickerConstants

Inheritance
System.Object
MyColorPickerConstants
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public static class MyColorPickerConstants : Object

Fields

SATURATION_DELTA

Declaration
public static readonly float SATURATION_DELTA
Field Value
Type Description
System.Single

VALUE_COLORIZE_DELTA

Declaration
public static readonly float VALUE_COLORIZE_DELTA
Field Value
Type Description
System.Single

VALUE_DELTA

Declaration
public static readonly float VALUE_DELTA
Field Value
Type Description
System.Single

Methods

HSVOffsetToHSV(Vector3)

Declaration
public static Vector3 HSVOffsetToHSV(Vector3 hsvOffset)
Parameters
Type Name Description
Vector3 hsvOffset
Returns
Type Description
Vector3

HSVToHSVOffset(Vector3)

Declaration
public static Vector3 HSVToHSVOffset(Vector3 hsv)
Parameters
Type Name Description
Vector3 hsv
Returns
Type Description
Vector3
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾