Home | History | Annotate | Download | only in MagickWand

Lines Matching full:colorspace

263 %  MagickGetColorspace() gets the wand colorspace type.
281 return(wand->image_info->colorspace);
1951 % MagickSetColorspace() sets the wand colorspace type.
1956 % const ColorspaceType colorspace)
1962 % o colorspace: the wand colorspace.
1966 const ColorspaceType colorspace)
1973 wand->image_info->colorspace=colorspace;