pth_transformer: Extract transformer function

View source: R/transformer.R

pth_transformer.pth_cam02ucsR Documentation

Extract transformer function

Description

Extract transformer function

Usage

## S3 method for class 'pth_cam02ucs'
pth_transformer(mat, ...)

## S3 method for class 'pth_cam16ucs'
pth_transformer(mat, ...)

## S3 method for class 'pth_cielab'
pth_transformer(mat, ...)

## S3 method for class 'pth_cieluv'
pth_transformer(mat, ...)

## S3 method for class 'pth_jzazbz100'
pth_transformer(mat, ...)

pth_transformer(mat, ...)

Arguments

mat

matrix with object with S3 class pth_mat

...

other args, not used

Value

function that encapsulates a transformer, i.e. pth_to_cieluv


ijlyttle/colorpath documentation built on Sept. 13, 2022, 7:44 p.m.