Image2DColor.kl¶
Types¶
Image2DColor (object)¶
The Image2DRGB is an Image2D storing full float Color pixel values.
参考
Members¶
String | name | The name of the image. |
Size | width | the width of the image |
Size | height | the height of the image |
UInt32 | version | the current version number of the image |
UInt32 | flags | A set of binary flags for the image. |
StatisticsAutoRegisterMember | autoStats | A statistics collection member used to track memory usage throughout an application. |
Color[] | pixels |
Methods¶
Image2DColor ( in Image2DColor other ) | |
Image2DColor () | |
Image2DColor | clone ? () |
Color | getPixel ? ( in Integer uindex, in Integer vindex ) |
StatisticRecord[] | getStatistics ? () |
resize ! ( in UInt32 width, in UInt32 height ) | |
Color | sample ? ( in Scalar u, in Scalar v ) |
setPixel ! ( in Integer uindex, in Integer vindex, in Color pixelValue ) |