VRay SDK for C#
|
This is the complete list of members for VRay.VRayImage, including all inherited members.
AddColor(Color color) | VRay.VRayImage | |
AddColor(AColor color) | VRay.VRayImage | |
CalculateWhiteBalanceMultiplier(WhiteBalanceMode mode) | VRay.VRayImage | |
ChangeContrast(float contrast) | VRay.VRayImage | |
ChangeExposure(float ev) | VRay.VRayImage | |
ChangeGamma(float gamma) | VRay.VRayImage | |
ChangeSRGB(bool apply=true) | VRay.VRayImage | |
Clone() (defined in VRay.VRayImage) | VRay.VRayImage | |
CompressToBMP(bool preserveAlpha=false, bool swapChannels=false) | VRay.VRayImage | |
CompressToJPEG(int quality=0) | VRay.VRayImage | |
CompressToPNG(bool preserveAlpha=false, int bitsPerChannel=8) | VRay.VRayImage | |
Create(int width, int height) | VRay.VRayImage | static |
CreateFromBuffer(byte[] buffer, string format, VRayRenderer renderer=null) | VRay.VRayImage | static |
Dispose() (defined in VRay.VRayImage) | VRay.VRayImage | |
Draw(VRayImage image, int x, int y, DrawMode mode=DrawMode.COPY) | VRay.VRayImage | |
DrawMode enum name (defined in VRay.VRayImage) | VRay.VRayImage | |
Gamma | VRay.VRayImage | |
GetCropped(int x, int y, int width, int height) | VRay.VRayImage | |
GetCutIn(int width, int height) | VRay.VRayImage | |
GetDownscaled(int width, int height) | VRay.VRayImage | |
GetDownscaledCropped(int srcX, int srcY, int srcWidth, int srcHeight, int dstWidth, int dstHeight) | VRay.VRayImage | |
GetEnumerator() (defined in VRay.VRayImage) | VRay.VRayImage | |
GetFitIn(int width, int height) | VRay.VRayImage | |
GetFitOut(int width, int height) | VRay.VRayImage | |
GetPixelData() | VRay.VRayImage | |
GetRawPixelDataPtr() | VRay.VRayImage | |
GetResized(int width, int height) | VRay.VRayImage | |
GetResizedCropped(int srcX, int srcY, int srcWidth, int srcHeight, int dstWidth, int dstHeight) | VRay.VRayImage | |
Height | VRay.VRayImage | |
IntList_DataType enum name | VRay.VRayImage | |
Load(string fileName) | VRay.VRayImage | static |
LoadSize(string fileName, out int width, out int height) | VRay.VRayImage | static |
MakeNegative() | VRay.VRayImage | |
MulColor(AColor color) | VRay.VRayImage | |
PixelCount | VRay.VRayImage | |
SaveToBMP(string fileName, bool preserveAlpha=false, bool swapChannels=false) | VRay.VRayImage | |
SaveToEXR(string fileName) | VRay.VRayImage | |
SaveToFile(string formatName, string fileName) | VRay.VRayImage | |
SaveToJPEG(string fileName, int quality=0) | VRay.VRayImage | |
SaveToPNG(string fileName, bool preserveAlpha=false, int bitsPerChannel=8) | VRay.VRayImage | |
SaveToTIFF(string fileName, int bitsPerChannel=16) | VRay.VRayImage | |
this[int index] | VRay.VRayImage | |
this[long index] | VRay.VRayImage | |
ToBitmapData(bool preserveAlpha=false, bool swapChannels=false, bool reverseY=false, int stride=0, int alphaValue=-1) | VRay.VRayImage | |
ToBitmapStream(bool preserveAlpha=false) | VRay.VRayImage | |
ToIntList(IntList_DataType type) (defined in VRay.VRayImage) | VRay.VRayImage | |
TypeBMP (defined in VRay.VRayImage) | VRay.VRayImage | static |
TypeEXR (defined in VRay.VRayImage) | VRay.VRayImage | static |
TypeJPG (defined in VRay.VRayImage) | VRay.VRayImage | static |
TypePNG (defined in VRay.VRayImage) | VRay.VRayImage | static |
TypeTIF (defined in VRay.VRayImage) | VRay.VRayImage | static |
WhiteBalanceMode enum name (defined in VRay.VRayImage) | VRay.VRayImage | |
Width | VRay.VRayImage |