ImageGear v26.0 - Updated
ImGearPixel Class
Members 




ImageGear.Core Assembly > ImageGear.Core Namespace : ImGearPixel Class
Encapsulates all attributes and operations for an image pixel.
Object Model
ImGearPixel ClassImGearPixel Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public NotInheritable Class ImGearPixel 
'Usage
 
Dim instance As ImGearPixel
[DefaultMember("Item")]
public sealed class ImGearPixel 
[DefaultMember("Item")]
public __gc __sealed class ImGearPixel 
[DefaultMember("Item")]
public ref class ImGearPixel sealed 
Remarks
This class encapsulates an image pixel and represents the color store for each channel value.

For simplicity, ImGearPixel does not contain any information about channels depths and color space. Therefore pixels that are identical in structure (ImGearPixel constructor parameters) may belong to images with significantly different channels, structure and color space.

NOTE: for initialization of pixel value for using it with bitonal images, i.e. Run-Ends DIBs, please use 0 value for black color, and 1 value for white color.

Example
Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearPixel

See Also

Reference

ImGearPixel Members
ImageGear.Core Namespace

Is this page helpful?
Yes No
Thanks for your feedback.