LEADTOOLS (Leadtools assembly)

S Property

Show in webframe







Gets or sets the saturation value.
Syntax
public byte S {get; set;}
'Declaration
 
Public Property S As Byte
'Usage
 
Dim instance As RasterHsvColor
Dim value As Byte
 
instance.S = value
 
value = instance.S
public byte S {get; set;}
@property (nonatomic, assign) unsigned char s;
public byte getS()
public void setS(byte value)
            
 
get_S();
set_S(value);
Object.defineProperty('S');
public:
property byte S {
   byte get();
   void set (    byte value);
}

Property Value

The saturation value.
Example
For an example, refer to RasterHsvColor
Requirements

Target Platforms

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.