HsvColor Struct

Namespace
global
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["HsvColor"] class Type type-node

Syntax

public struct HsvColor : ValueType

Constructors

Fields

Name Constant Value Summary
H
The Hue, ranges between 0 and 360
S
The saturation, ranges between 0 and 1
V

Properties

Name Value Summary
normalizedH float
normalizedS float
normalizedV float

Methods

Name Value Summary
ToString() string