Table of Contents

Struct ObjectAssemblyColorPicker.HSVColor

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public struct ObjectAssemblyColorPicker.HSVColor : IEquatable<ObjectAssemblyColorPicker.HSVColor>
Implements
Inherited Members
Extension Methods

Constructors

HSVColor(float, float, float, float)

public HSVColor(float hue, float saturation, float value, float alpha)

Parameters

hue float
saturation float
value float
alpha float

HSVColor(Color)

public HSVColor(Color color)

Parameters

color Color

Fields

alpha

public float alpha

Field Value

float

hue

public float hue

Field Value

float

saturation

public float saturation

Field Value

float

value

public float value

Field Value

float

Methods

Equals(HSVColor)

public bool Equals(ObjectAssemblyColorPicker.HSVColor other)

Parameters

other ObjectAssemblyColorPicker.HSVColor

Returns

bool

HSVToRGB()

public Color HSVToRGB()

Returns

Color