ArcObjects Library Reference  (Display)    

ICieLabConversion.LabToHsv Method

Converts a CIELAB color to an RGB color.

[Visual Basic 6.0]
Sub LabToHsv(
    h As Integer, _
    s As Byte, _
    v As Byte, _
    ByVal l As Double, _
    ByVal a As Double, _
    ByVal b As Double _
)
[Visual Basic .NET]
Public Sub LabToHsv ( _
    ByRef h As Int16&, _
    ByRef s As Byte&, _
    ByRef v As Byte&, _
    ByVal l As Double, _
    ByVal a As Double, _
    ByVal b As Double _
)
[C#]
public void LabToHsv (
    ref Int16& h,
    ref Byte& s,
    ref Byte& v,
    ref double l,
    ref double a,
    ref double b
);
[Java]
public void labToHsv (
    Int16& h,
    Byte& s,
    Byte& v,
    double l,
    double a,
    double b
)
throws
    IOException,
    AutomationException
[C++]
HRESULT LabToHsv(
  short* h,
  Byte* s,
  Byte* v,
  double l,
  double a,
  double b
);
[C++]

Parameters

h [out]

  h is a parameter of type short

s [out]

  s is a parameter of type Byte

v [out]

  v is a parameter of type Byte

l [in]

  l is a parameter of type double

a

  a is a parameter of type double

b

  b is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICieLabConversion Interface

 


Feedback Send feedback on this page