C# 클래스 PixelFarm.Agg.Imaging.BlenderGrayClampedMax

상속: IPixelBlender
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
BlendPixel ( byte pDestBuffer, int bufferOffset, Color sourceColor ) : void
BlendPixels ( byte destBuffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte covers, int coversIndex, bool firstCoverForAll, int count ) : void
BlenderGrayClampedMax ( int bytesBetweenPixelsInclusive ) : System
CopyPixel ( byte pDestBuffer, int bufferOffset, Color sourceColor ) : void
CopyPixels ( byte pDestBuffer, int bufferOffset, Color sourceColor, int count ) : void
PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color

메소드 상세

BlendPixel() 공개 메소드

public BlendPixel ( byte pDestBuffer, int bufferOffset, Color sourceColor ) : void
pDestBuffer byte
bufferOffset int
sourceColor Color
리턴 void

BlendPixels() 공개 메소드

public BlendPixels ( byte destBuffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte covers, int coversIndex, bool firstCoverForAll, int count ) : void
destBuffer byte
bufferOffset int
sourceColors Color
sourceColorsOffset int
covers byte
coversIndex int
firstCoverForAll bool
count int
리턴 void

BlenderGrayClampedMax() 공개 메소드

public BlenderGrayClampedMax ( int bytesBetweenPixelsInclusive ) : System
bytesBetweenPixelsInclusive int
리턴 System

CopyPixel() 공개 메소드

public CopyPixel ( byte pDestBuffer, int bufferOffset, Color sourceColor ) : void
pDestBuffer byte
bufferOffset int
sourceColor Color
리턴 void

CopyPixels() 공개 메소드

public CopyPixels ( byte pDestBuffer, int bufferOffset, Color sourceColor, int count ) : void
pDestBuffer byte
bufferOffset int
sourceColor Color
count int
리턴 void

PixelToColorRGBA_Bytes() 공개 메소드

public PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color
buffer byte
bufferOffset int
리턴 Color