Show / Hide Table of Contents

Struct UtilityFunctions.HSV

Namespace: pdftron.PDF.Tools
Assembly: pdftron.PDF.Tools.dll
Syntax
public struct HSV

Constructors

HSV(Double, Double, Double)

Declaration
public HSV(double h, double s, double v)
Parameters
Type Name Description
System.Double h
System.Double s
System.Double v

Fields

H

Declaration
public double H
Field Value
Type Description
System.Double

S

Declaration
public double S
Field Value
Type Description
System.Double

V

Declaration
public double V
Field Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX