←Select platform

S Property

Summary

Gets or sets the saturation value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte S { get; set; } 
Public Property S As Byte 
public byte S {get; set;} 
@property (nonatomic, assign) unsigned char s 
public byte getS() 
public void setS(byte value) 
             
 <br/>get_S();<br/>set_S(value);<br/>Object.defineProperty('S');  
public: 
property byte S { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

The saturation value.

Example

For an example, refer to RasterHsvColor

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly