ArcObjects Library Reference  (Display)    

IColor.SetCIELAB Method

The CIELAB value of color.

[Visual Basic 6.0]
Sub SetCIELAB(
    ByVal l As Double, _
    ByVal a As Double, _
    ByVal b As Double _
)
[Visual Basic .NET]
Public Sub SetCIELAB ( _
    ByVal l As Double, _
    ByVal a As Double, _
    ByVal b As Double _
)
[C#]
public void SetCIELAB (
    double l,
    double a,
    double b
);
[Java]
public void setCIELAB (
    double l,
    double a,
    double b
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SetCIELAB(
  double l,
  double a,
  double b
);
[C++]

Parameters

l [in]

  l is a parameter of type double

a [in]

  a is a parameter of type double

b [in]

  b is a parameter of type double

Product Availability

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

Description

This method converts the color attributes to device independent color.

Remarks

l = 0 to 100, a = -120 to 120, b = -120 to 120

See Also

IColor Interface

 


Feedback Send feedback on this page